Variables | |
long | Board |
Sets or reads the selected image acquisition device via the IBoardSelect, or, if available, the IBoardSelect2 interface. More... | |
long | CamPort |
Sets or reads the current camera port via the ICameraSelect interface, or, if available, the ICameraSelect2 interface. More... | |
boolean | CanBasicDigIO |
Specifies whether the IBasicDigIO interface is available or not. More... | |
boolean | CanBoardSelect |
Specifies whether the IBoardSelect interface is available or not. More... | |
boolean | CanBoardSelect2 |
Specifies whether the IBoardSelect2 interface is available or not. More... | |
boolean | CanCameraSelect |
Specifies whether the ICameraSelect interface is available or not. More... | |
boolean | CanCameraSelect2 |
Specifies whether the ICameraSelect2 interface is available or not. More... | |
boolean | CanDeviceControl |
Specifies whether the IDeviceControl interface is available or not. More... | |
boolean | CanGrab2 |
Specifies whether the IGrab2 interface is available or not. More... | |
boolean | CanGrabber |
Specifies whether the IGrabber interface is available or not. More... | |
boolean | CanImageRect |
Specifies whether the IImageRect interface is available or not. More... | |
boolean | CanLinescan |
Specifies whether the ILinescan interface is available or not. More... | |
boolean | CanPingPong |
Specifies whether the IPingPong interface is available or not. More... | |
boolean | CanPropertyChange |
Specifies whether the IPropertyChange interface is available or not. More... | |
boolean | CanRingBuffer |
Specifies whether the IRingBuffer interface is available or not. More... | |
boolean | CanSoftwareTrigger |
Specifies whether the ISoftwareTrigger interface is available or not.. More... | |
boolean | CanTrigger |
Specifies whether the ITrigger interface is available or not. More... | |
__int3264 | Image |
Defines the image object that is assigned to the Common Vision Grabber Control. More... | |
long | NumBoards |
Returns the number of image acquisition devices available in the system. The image has to support the IBoardSelect2 interface. More... | |
long | NumPorts |
Ascertain the number of camera ports. More... | |
TriggerMode | TriggerMode |
Sets or reads the current trigger mode via the ITrigger interface. More... | |
long | VBToWait |
Sets or reads the expected vertical blanks when changing the camera port via the ICameraSelect or the ICameraSelect2 interface. More... | |
long Board |
Sets or reads the selected image acquisition device via the IBoardSelect, or, if available, the IBoardSelect2 interface.
[in,out] | Board | Sets the selected image acquisition device |
long CamPort |
Sets or reads the current camera port via the ICameraSelect interface, or, if available, the ICameraSelect2 interface.
After chaning the port the grabber will wait VBToWait vertical blanks to ensure proper re-sychronization of the PLL (phase looked loop) if the cameras are not synchronized to each other.
[in,out] | CamPort | Sets the current camera port. The value ranges from 0 to NumPorts - 1. |
|
readonly |
Specifies whether the IBasicDigIO interface is available or not.
IBasicDigIO function can be called from within the Common Vision Digital I/O Control.
[out] | CanBasicDigIO | Indicates whether the IBasicDigIO interface is available. |
TRUE
if IBasicDigIO interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IBoardSelect interface is available or not.
[out] | CanBoardSelect | Indicates whether the IBoardSelect interface is available. |
TRUE
if IBoardSelect interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IBoardSelect2 interface is available or not.
[out] | CanBoardSelect2 | Indicates whether the IBoardSelect2 interface is available. |
TRUE
if IBoardSelect2 interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the ICameraSelect interface is available or not.
[out] | CanCameraSelect | Indicates whether the ICameraSelect interface is available. |
TRUE
if ICameraSelect interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the ICameraSelect2 interface is available or not.
[out] | CanCameraSelect2 | Indicates whether the ICameraSelect2 interface is available. |
TRUE
if CanCameraSelect2 interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IDeviceControl interface is available or not.
[out] | CanDeviceControl | Indicates whether the IDeviceControl interface is available. |
TRUE
if IDeviceControl interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IGrab2 interface is available or not.
IGrab2 functions are called to acquire images by the Common Vision Image Control.
[out] | CanGrab2 | Indicates whether the IGrab2 interface is available. |
TRUE
if IGrab2 interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IGrabber interface is available or not.
IGrabber functions are called to acquire images by the Common Vision Image Control.
[out] | CanGrabber | Indicates whether the IGrabber interface is available. |
TRUE
if IGrabber interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IImageRect interface is available or not.
[out] | CanImageRect | Indicates whether the IImageRect interface is available. |
TRUE
if IImageRect interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the ILinescan interface is available or not.
ILinescan functions can be called from withing the Common Vision Linescan Control.
[out] | CanLinescan | Indicates whether the ILinescan interface is available. |
TRUE
if ILinescan interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IPingPong interface is available or not.
IPingPong functions are called to acquire images by the Common Vision Image Control.
[out] | CanPingPong | Indicates whether the IPingPong interface is available. |
TRUE
if IPingPong interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IPropertyChange interface is available or not.
IPropertyChange functions are called by the control when you pass an image into the control that supports this interface. The interface will then be used to generate the ImagePropertyChanged event.
[out] | CanPropertyChange | Indicates whether the IPropertyChange interface is available. |
TRUE
if IPropertyChange interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the IRingBuffer interface is available or not.
IRingBuffer functions can be called from withing the Common Vision RingBuffer Control.
[out] | CanRingBuffer | Indicates whether the IRingBuffer interface is available. |
TRUE
if IRingBuffer interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the ISoftwareTrigger interface is available or not..
[out] | CanSoftwareTrigger | Indicates whether the ISoftwareTrigger interface is available. |
TRUE
if ISoftwareTrigger interface is available, FALSE
otherwise.
|
readonly |
Specifies whether the ITrigger interface is available or not.
[out] | CanTrigger | Indicates whether the ITrigger interface is available. |
TRUE
if ITrigger interface is available, FALSE
otherwise. __int3264 Image |
Defines the image object that is assigned to the Common Vision Grabber Control.
[in,out] | Image | Handle of the image object. |
|
readonly |
Returns the number of image acquisition devices available in the system. The image has to support the IBoardSelect2 interface.
In this case you can select a device within the range 0...NumBoards-1 via the Board property. If the value for NumBoards is 0 then the IBoardSelect2 interface is not supported. Please check before with the CanBoardSelect2 property.
[out] | NumBoards | Indicates whether the ISoftwareTrigger interface is available. |
|
readonly |
Ascertain the number of camera ports.
[in,out] | NumPorts | Select a camera port within the range from 0 to NumPorts - 1. |
Sets or reads the current trigger mode via the ITrigger interface.
[in,out] | TriggerMode | Sets the trigger mode. For more details see TriggerModeEnum. |
long VBToWait |
Sets or reads the expected vertical blanks when changing the camera port via the ICameraSelect or the ICameraSelect2 interface.
[in,out] | VBToWait | Sets vertical blanks. |