Method

AravisCameraget_black_level_bounds

Declaration [src]

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

Description [src]

Retrieves blacklevel bounds.

Available since:0.8.19

Parameters

min double*
 

Minimum blacklevel.

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

Maximum blacklevel.

 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.