Method
AravisCameraset_register
Declaration [src]
void
arv_camera_set_register (
ArvCamera* camera,
const char* feature,
guint64 length,
void* 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. | |
length |
guint64 |
Buffer length. |
|
value |
void* |
New feature value. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |