Method
AravisDeviceget_feature
Declaration [src]
ArvGcNode*
arv_device_get_feature (
ArvDevice* device,
const char* feature
)
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. |
Return value
Returns: | ArvGcNode |
The genicam node corresponding to the feature name, NULL if not found. |
|
The data is owned by the instance. |