IMcCaptDevice2 Interface |
![]() |
Namespace: MediaCy.IQL.Capture
Public Interface IMcCaptDevice2 Inherits IMcCaptDevice
The IMcCaptDevice2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Attributes | Returns the capture device's attributes collection. |
![]() | DevName | Gets the device name of the capture device. |
![]() | IsDigital | Gets whether the capture device is a digital camera device. |
![]() | IsOpen | Gets whether this capture device has been opened. |
![]() | IsPreviewOn | Gets whether this capture device has preview turned on or not. |
![]() | IsStreamSupported | Gets whether this capture device supports streaming operations or not. |
![]() | NumAvailFrames | Gets how many frames are available for streaming capture operations. |
![]() | PreviewMode | Gets or sets the current preview mode on this capture device. |
![]() | SetSignature | Gets or sets whether image signatures will be calculated on newly captured images. |
![]() | Settings | Gets the capture device settings object. |
![]() | Source | Gets the source number of this capture device. |
![]() | SupportedFrameFlags | Gets the capture frame flags supported by this capture device. |
![]() | SupportedFrameTypes | Gets the capture frame types supported by this capture device. |
![]() | SupportedPreviewModes | Gets the supported preview modes on this capture device. |
![]() | SuspendPreview | Gets or sets pausing preview on the capture device. |
Name | Description | |
---|---|---|
![]() | Attach | |
![]() | AttributeChanged | |
![]() | AutoSet | Performs an AutoSet on the capture device. |
![]() | BeginDeviceProfile | Tell the source device to begin a device profile operation. |
![]() | BeginPreview | Start previewing on the capture device. |
![]() | BeginSnap | Start a single snap operation on the capture device. |
![]() | BeginStream | Start a muliple-frame streaming operation on the capture device. |
![]() | BeginStreamToDisk | Start a streaming to disk operation in the source device. |
![]() | Close | Closes a McCaptDevice object when it is no longer needed. |
![]() | CreateFrames | Create the capture frame object collection to be used with a streaming operation. |
![]() | EndDeviceProfile | End a device profile operation. |
![]() | EndPreview | Stops previewing on the capture device. |
![]() | EndSnap | Ends a single snap operation on the capture device. |
![]() | EndStream | Ends a muliple-frame streaming operation on the capture device. |
![]() | EndStreamToDisk | End a streaming to disk operation in the source device. |
![]() | IsSupported | Checks if a particular capture attribute is supported or not. |
![]() | Open | Opens a McCaptDevice object for capture. |
![]() | Preview | Starts or stops preview using the UI. |
![]() | SettingsOp | |
![]() | Snap | Single snap and return an image synchronously. |
![]() | StreamToDiskControl | Send a streaming to disk control operation to the source device. |