Method

AravisCameraget_width_bounds

Declaration [src]

void
arv_camera_get_width_bounds (
  ArvCamera* camera,
  gint* min,
  gint* max,
  GError** error
)

Description [src]

Retrieves the valid range for image width.

Available since:0.8.0

Parameters

min gint*
 

Minimum width.

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

Maximum width.

 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.