Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Camera Support » NET SynView

NET SynView

Select a filter from the list below.

Icon Name Description / Applications Modules
SynView_ConfigureDigitalIO

Configures SynView digital IO.

ThirdParty
SynView_ConfigureStrobe

Controls the built-in camera strobe.

ThirdParty
SynView_ConfigureTimer

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

ThirdParty
SynView_ExecuteCommand

Executes a command.

ThirdParty
SynView_GenerateSoftwareTrigger

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

ThirdParty
SynView_GetBoolParameter

Gets parameter of type Bool.

ThirdParty
SynView_GetDigitalIOStates

Gets SynView digital IO states.

ThirdParty
SynView_GetEnumParameter

Gets parameter of type Enumeration.

ThirdParty
SynView_GetIntegerParameter

Gets parameter of type Integer.

ThirdParty
SynView_GetLongParameter

Gets parameter of type Long.

ThirdParty
SynView_GetRealParameter

Gets parameter of type Real.

ThirdParty
SynView_GetStringParameter

Gets parameter of type String.

ThirdParty
SynView_GrabImage

Captures a frame using SynView.

ThirdParty
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).

ThirdParty
SynView_SetBoolParameter

Sets parameter of type Bool.

ThirdParty
SynView_SetEnumParameter

Sets parameter of type Enumeration.

ThirdParty
SynView_SetIntegerParameter

Sets parameter of type Integer.

ThirdParty
SynView_SetRealParameter

Sets parameter of type Real.

ThirdParty
SynView_SetStringParameter

Sets parameter of type String.

ThirdParty
SynView_SetUserOutput

Sets SynView user outputs.

ThirdParty
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.

ThirdParty
SynView_StopAcquisition

Stops image acquisition.

ThirdParty