Method

AravisCameraget_float_bounds

Declaration [src]

void
arv_camera_get_float_bounds (
  ArvCamera* camera,
  const char* feature,
  double* min,
  double* max,
  GError** error
)

Description [src]

Retrieves float 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 double*
 

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 double*
 

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.