Back to Aurora Vision Studio website

You are here: Start » Filter Reference » GenICam

GenICam

Select a filter from the list below.

Icon Name Description / Applications Modules
GenICam_DownloadFile

Downloads a file from a GenICam device using the File Access Control interface.

Genicam
GenICam_ExecuteCommand

Conditionally executes command in GenICam device.

Genicam
GenICam_GetBoolParameter

Gets parameter of type Bool from GenICam device.

Genicam
GenICam_GetDoubleParameter

Gets parameter of type Double from GenICam device.

Genicam
GenICam_GetEnumParameter

Gets parameter of type Enumeration from GenICam device.

Genicam
GenICam_GetIntegerParameter

Gets parameter of type Integer from GenICam device.

Genicam
GenICam_GetLongParameter

Gets parameter of type Long from GenICam device.

Genicam
GenICam_GetRealParameter

Gets parameter of type Real from GenICam device.

Genicam
GenICam_GetStreamingStatistics

Retrieves basic statistics of video streaming out of GenICam device.

Genicam
GenICam_GetStringParameter

Gets parameter of type Enumeration from GenICam device.

Genicam
GenICam_GrabImage

Captures an image stream from a camera using a GenICam GenTL provider library.


The most recommended filter for working with GenTL-compatible devices.

Genicam
GenICam_GrabImage_WithTimeout

Captures an image stream from a camera using a GenICam GenTL provider library; returns Nil if no frame comes in the specified time.


Use this filter if the trigger may be not coming for some time, while the application should perform other operations in the main loop continuously, or when the timeout situation must be explicitly detected, or when you want to process images from multiple cameras in a single loop and the cameras are sending images asynchronously.

Genicam
GenICam_GrabMultiPartImage

Captures a multi-part image stream from a camera using a GenICam GenTL provider library.


Allows to receive multi-part video stream (with multiple images per frame) from special GenICam cameras, like separated color components in planar color formats, or separate depth, confidence and luminosity images in 3D cameras.

Genicam
GenICam_MultiDevice_GrabImages

Captures frame streams from multiple synchronously triggered general cameras using GenICam GenTL provider library.

Genicam
GenICam_ReadRegisterData

Reads binary data from a register node of a GenICam device.

Genicam
GenICam_SetBoolParameter

Sets parameter of type Bool into GenICam device.

Genicam
GenICam_SetDigitalOutputs

Sets user digital outputs state of GenICam device.

Genicam
GenICam_SetDoubleParameter

Sets parameter of type Double into GenICam device.

Genicam
GenICam_SetEnumParameter

Sets parameter of type Enumeration into GenICam device.

Genicam
GenICam_SetIntegerParameter

Sets parameter of type Integer into GenICam device.

Genicam
GenICam_SetLongParameter

Sets parameter of type Long into GenICam device.

Genicam
GenICam_SetRealParameter

Sets parameter of type Real into GenICam device.

Genicam
GenICam_SetStringParameter

Sets parameter of type String into GenICam device.

Genicam
GenICam_StartAcquisition

Initializes and starts image acquisition in a camera.


Typically used for establishing camera connectivity before the first trigger event. Especially important for multiple-camera systems.

Genicam
GenICam_StopAcquisition

Stops image acquisition in a camera.

Genicam
GenICam_UploadFile

Uploads a file to a GenICam device using the File Access Control interface.

Genicam
GenICam_WriteRegisterData

Writes binary data into a register node of a GenICam device.

Genicam