Method

AravisCameraget_frame_rate_bounds

Declaration [src]

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

Description [src]

Retrieves allowed range for framerate.

Since 0.8.0

Parameters

min double*
 

Minimal possible framerate.

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

Maximum possible framerate.

 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.