Method

AravisCameraget_exposure_time_bounds

Declaration [src]

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

Description [src]

Retrieves exposure time bounds, in µs.

Available since:0.8.0

Parameters

min double*
 

Minimum exposure time.

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

Maximum exposure time.

 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.