Method

AravisDeviceset_features_from_string

Declaration [src]

gboolean
arv_device_set_features_from_string (
  ArvDevice* device,
  const char* string,
  GError** error
)

Description [src]

Set features from a string containing a list of space separated feature assignments or command names. For example:

arv_device_set_features_from_string (device, "Width=256 Height=256 PixelFormat='Mono8' TriggerStart", &error);
Available since:0.8.0

Parameters

string const char*
 

A space separated list of features assignments.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.