Method

AravisCameraset_float

Declaration [src]

void
arv_camera_set_float (
  ArvCamera* camera,
  const char* feature,
  double value,
  GError** error
)

Description [src]

Set a float feature value.

Available since:0.8.0

Parameters

feature const char*
 

Feature name.

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

New feature value.

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