Method

AravisCameraset_exposure_time

Declaration [src]

void
arv_camera_set_exposure_time (
  ArvCamera* camera,
  double exposure_time_us,
  GError** error
)

Description [src]

Sets exposure time. User should take care to set a value compatible with the desired frame rate. Negative exposure_time_us is ignored.

Available since:0.8.0

Parameters

exposure_time_us double
 

Exposure time, in µs.

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