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 |