Method

AravisCameraset_trigger_source

Declaration [src]

void
arv_camera_set_trigger_source (
  ArvCamera* camera,
  const char* source,
  GError** error
)

Description [src]

Sets the trigger source. This function doesn’t check if the camera is configured to actually use this source as a trigger.

Available since:0.8.0

Parameters

source const char*
 

Source name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.