Method

AravisDeviceset_feature_value

Declaration [src]

void
arv_device_set_feature_value (
  ArvDevice* device,
  const char* feature,
  const GValue* value,
  GError** error
)

Description [src]

Set value of a feature.

Available since:0.8.32

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.
value const GValue*
 

A GValue.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.