Method

AravisCameraget_integer_bounds

Declaration [src]

void
arv_camera_get_integer_bounds (
  ArvCamera* camera,
  const char* feature,
  gint64* min,
  gint64* max,
  GError** error
)

Description [src]

Retrieves integer feature bounds.

Available since:0.8.0

Parameters

feature const char*
 

Feature name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
min gint64*
 

Minimum feature value.

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

Maximum feature value.

 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.