Start » Filter Reference » Camera Support » XSightSmartCamera » XSightSmartCamera_GrabImage
Module: | ThirdParty |
---|
Captures an image using X-Sight smart camera.
Name | Type | Range | Description | |
---|---|---|---|---|
inDeviceIndex | Integer* | Device identifying number | ||
inInputQueueSize | Integer | 1 - | Capacity of output frames queue | |
inImageFormat | XSightSmartCameraImageFormat* | |||
inExposureTime | Integer* | 1 - | Exposure time in milliseconds | |
inFrameRate | Integer* | 1 - | ||
inGainAuto | Bool* | |||
inGain | IntegerArray* | |||
inBlackLevel | Integer* | 1 - | ||
inWhiteBalanceAuto | Bool* | |||
inContrast | Integer* | 1 - 128 | ||
inGamma | Integer* | 0 - | ||
inLumination | Integer* | 1 - 128 | ||
inSaturation | Integer* | 1 - | ||
inHUE | Integer* | 1 - | ||
inColorCorrection | Integer* | 1 - | ||
inSharpness | Integer* | 1 - | ||
inTriggerMode | Bool* | |||
inTriggerConfiguration | XSightSmartCameraTriggerConfiguration* | |||
outImage | Image | Captured image |
Remarks
Camera driver software
inDeviceIndex can be used to pick one of multiple devices connected to the computer. inDeviceIndex can be set to:
- Device Index - X-Sight smart camera identifying internal index.
Camera device driver software
This filter is intended to cooperate with a device using its vendor SDK. To be able to connect to a device, it is required to install X-Sight smart camera SDK.
Add DLL path to system environment variable is required.
Recommended Runtime version for Aurora Vision Studio usage is 1.0.
All the other parameters exposed by camera filters are optional, setting them to 'Auto' leaves related parameter unchanged in camera (device default or user set configuration).
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of XSightSmartCamera_GrabImage filter group.
See Also
- XSightSmartCamera_GrabImage_WithTimeout – Captures with timeout an image using X-Sight smart camera.
- XSightSmartCamera_StartAcquisition – Starts image acquisition.