Method

AravisCameraget_frame_count_bounds

Declaration [src]

void
arv_camera_get_frame_count_bounds (
  ArvCamera* camera,
  gint64* min,
  gint64* max,
  GError** error
)

Description [src]

Retrieves allowed range for frame count.

Available since:0.8.0

Parameters

min gint64*
 

Minimal possible frame count.

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

Maximum possible frame count.

 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.