Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » NET SynView

NET SynView

Select a function from the list below.

Icon Name Description / Applications
SynView_ConfigureDigitalIO

Configures SynView digital IO.

SynView_ConfigureStrobe

Controls the built-in camera strobe.

SynView_ConfigureTimer

Configures one of the internal hardware timers available in the camera.

SynView_ExecuteCommand

Executes a command.

SynView_GenerateSoftwareTrigger

Generates a software trigger, trigger source should be set to 'software'.

SynView_GetBoolParameter

Gets parameter of type Bool.

SynView_GetDigitalIOStates

Gets SynView digital IO states.

SynView_GetEnumParameter

Gets parameter of type Enumeration.

SynView_GetIntegerParameter

Gets parameter of type Integer.

SynView_GetLongParameter

Gets parameter of type Long.

SynView_GetRealParameter

Gets parameter of type Real.

SynView_GetStringParameter

Gets parameter of type String.

SynView_GrabImage

Captures a frame using SynView.

SynView_GrabImage_WithTimeout

Captures a frame using SynView; 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 be performing other operations continuously (e.g. processing HMI events).

SynView_SetBoolParameter

Sets parameter of type Bool.

SynView_SetEnumParameter

Sets parameter of type Enumeration.

SynView_SetIntegerParameter

Sets parameter of type Integer.

SynView_SetRealParameter

Sets parameter of type Real.

SynView_SetStringParameter

Sets parameter of type String.

SynView_SetUserOutput

Sets SynView user outputs.

SynView_StartAcquisition

Initializes and starts image acquisition in a SynView camera.


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

SynView_StopAcquisition

Stops image acquisition.