Back to FabImage Studio website

You are here: Start » Filter Reference » Camera Support » ZebraCVCameras » ZebraCVCameras_GrabImage

ZebraCVCameras_GrabImage


Module: ThirdParty

Captures an image using a ZebraCVCameras device.

Name Type Range Description
Input value inDeviceID String* Device identifying number
Input value inInputQueueSize Integer 1 - Capacity of output frames queue
Input value inPixelFormat EBUSPixelFormat* Image pixel format
Input value inAoi Box* Area of interest
Input value inAcquisitionMode EBUSAcquisitionMode* Acquisition mode
Input value inAcquisitionFrameCount Integer* 1 - 65535 Number of frames to acquire in MultiFrame acquisition mode
Input value inFrameRate Double* Acquisition frame rate
Input value inExposureAuto EBUSAutoExposureMode* Automatic exposure mode
Input value inExposureTime Double* Exposure time in us
Input value inGainAuto EBUSAutoGainMode* Automatic gain mode
Input value inGain Double* Gain as an absolute physical value
Input value inTriggerSource EBUSTriggerSource* Trigger source
Input value inTriggerActivation EBUSTriggerActivation* Trigger activation mode
Input value inSkipInvalidFrames Bool Skipping invalid images
Output value outImage Image Captured frame
Output value outFrameData EBUSFrameData Captured frame data

Remarks

Camera driver software

This filter is intended to cooperate with a CV60 camera using its vendor SDK. To be able to connect to a camera, it is required to install proper SDK with camera dedicated drivers.

Please contact our technical support to obtain the SDK.

Add DLL path to system environment variable may be required.

Camera identification

When there is only one camera connected to a computer, field inDeviceID can be set to Auto. In this case, the first available camera will be found and connected.

inDeviceID field can be used to pick one of multiple cameras connected to the computer. DeviceID can be set to:

  • Serial Number - should be printed on the device housing.
  • Device ID - unique device identifier.
  • IP Address - network IP address of device.
  • MAC Address - MAC address of device.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of ZebraCVCameras_GrabImage filter group.

See Also