Start » Filter Reference » Camera Support » NET ICube » ICube_SetTriggerMode
Module: | ThirdParty |
---|
Sets a trigger mode in an ICube device.
Name | Type | Description | |
---|---|---|---|
inDeviceID | Integer* | Index of a camera | |
inTriggerMode | ICubeTriggerMode | Type of trigger mode (see Parameter Definitions in the API Header) |
Description
Sets camera Trigger mode.
Remarks
To be able to use an ICube camera, you need to install the camera driver. You can find it at the following address (select binaries):
https://net-gmbh.com/en/machine-vision/products/cameras/usb2-icube/ or https://net-gmbh.com/en/machine-vision/products/cameras/usb3-vision-3icube/
Please make sure that the ICube SDK is installed properly on your computer. To verify the driver installation, you can run iControl.exe. If the camera was detected and you can see the image from it in this application, you can use your ICube camera in Aurora Vision Studio.
Recommended ICube SDK version for Aurora Vision Studio usage is v2.0.4.8.
The full description of the camera parameters can be found in the ICube SDK documentation.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
See Also
- ICube_GrabImage – Captures an image from an ICube camera.
- ICube_GrabImage_WithTimeout – Captures an image from an ICube camera; returns Nil if no frame comes in the specified time.
- ICube_SetParameter – Sets a parameter of type Integer in an ICube device.
- ICube_GenerateSoftwareTrigger – Generates software trigger in ICube device.
- ICube_SetParamAuto – Sets a parameter of type auto in an ICube device.
- ICube_SetParamOnePush – Sets a parameter of type One Push in an ICube device.