Click or drag to resize

IMcCaptDevice2 Interface

Gives access to a capture device instance (McCaptDevice).

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcCaptDevice2
	Inherits IMcCaptDevice

The IMcCaptDevice2 type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Returns the capture device's attributes collection.
Public propertyDevName
Gets the device name of the capture device.
Public propertyIsDigital
Gets whether the capture device is a digital camera device.
Public propertyIsOpen
Gets whether this capture device has been opened.
Public propertyIsPreviewOn
Gets whether this capture device has preview turned on or not.
Public propertyIsStreamSupported
Gets whether this capture device supports streaming operations or not.
Public propertyNumAvailFrames
Gets how many frames are available for streaming capture operations.
Public propertyPreviewMode
Gets or sets the current preview mode on this capture device.
Public propertySetSignature
Gets or sets whether image signatures will be calculated on newly captured images.
Public propertySettings
Gets the capture device settings object.
Public propertySource
Gets the source number of this capture device.
Public propertySupportedFrameFlags
Gets the capture frame flags supported by this capture device.
Public propertySupportedFrameTypes
Gets the capture frame types supported by this capture device.
Public propertySupportedPreviewModes
Gets the supported preview modes on this capture device.
Public propertySuspendPreview
Gets or sets pausing preview on the capture device.
Top
Methods
  NameDescription
Public methodAttach
Public methodAttributeChanged
Public methodAutoSet
Performs an AutoSet on the capture device.
Public methodBeginDeviceProfile
Tell the source device to begin a device profile operation.
Public methodBeginPreview
Start previewing on the capture device.
Public methodBeginSnap
Start a single snap operation on the capture device.
Public methodBeginStream
Start a muliple-frame streaming operation on the capture device.
Public methodBeginStreamToDisk
Start a streaming to disk operation in the source device.
Public methodClose
Closes a McCaptDevice object when it is no longer needed.
Public methodCreateFrames
Create the capture frame object collection to be used with a streaming operation.
Public methodEndDeviceProfile
End a device profile operation.
Public methodEndPreview
Stops previewing on the capture device.
Public methodEndSnap
Ends a single snap operation on the capture device.
Public methodEndStream
Ends a muliple-frame streaming operation on the capture device.
Public methodEndStreamToDisk
End a streaming to disk operation in the source device.
Public methodIsSupported
Checks if a particular capture attribute is supported or not.
Public methodOpen
Opens a McCaptDevice object for capture.
Public methodPreview
Starts or stops preview using the UI.
Public methodSettingsOp
Public methodSnap
Single snap and return an image synchronously.
Public methodStreamToDiskControl
Send a streaming to disk control operation to the source device.
Top
Remarks
This interface contains the properties and methods to control a capture device source.
See Also