Method

AravisCameraselect_and_enable_component

Declaration [src]

void
arv_camera_select_and_enable_component (
  ArvCamera* camera,
  const char* component,
  gboolean disable_others,
  GError** error
)

Description [src]

Select and enable the given component.

Available since:0.8.23

Parameters

component const char*
 

Component to select.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
disable_others gboolean
 

TRUE to disable all the other components.

error GError **
  The return location for a GError*, or NULL.