Method
AravisCameraset_string
Declaration [src]
void
arv_camera_set_string (
ArvCamera* camera,
const char* feature,
const char* value,
GError** error
)
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 char* |
New feature value. |
|
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 . |