IMcCaptDevice Interface |
![]() |
Namespace: MediaCy.IQL.Capture
Public Interface IMcCaptDevice
The IMcCaptDevice 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. |
![]() | 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. |
![]() | SupportedPreviewModes | Gets the supported preview modes on this capture device. |
![]() | SuspendPreview | Gets or sets pausing preview on the capture device. |
Name | Description | |
---|---|---|
![]() | Attach | |
![]() | AutoSet | Performs an AutoSet on the capture device. |
![]() | BeginPreview | Start previewing on the capture device. |
![]() | BeginSnap | Start a single snap operation on the capture device. |
![]() | Close | Closes a McCaptDevice object when it is no longer needed. |
![]() | EndPreview | Stops previewing on the capture device. |
![]() | EndSnap | Ends a single snap operation on the capture 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. |