Method

AravisCameraget_gain_bounds

Declaration [src]

void
arv_camera_get_gain_bounds (
  ArvCamera* camera,
  double* min,
  double* max,
  GError** error
)

Description [src]

Retrieves gain bounds.

Available since:0.8.0

Parameters

min double*
 

Minimum gain.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
max double*
 

Maximum gain.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.