GEV_STATUS GevInitGenICamXMLFeatures_FromData

(GEV_CAMERA_HANDLE handle, int size,
 void *xmlDataBuffer);

 

Description

 

Initializes internal access to the GenICam GenApi, using the GenICam XML data string contained in the xmlDataBuffer, via an internal GenApi::CNodeMapRef object connected to the camera.

Parameters

 

handle

Handle to the camera.

 

size

Size (in bytes) of the XML data string passed in (including the terminating NULL ‘\0’). To aid in detection of an invalid XML definition.

 

xmlDataBuffer

Data array (string) containing a properly qualified XML definition for creating the GenApi::CNodeMapRef object.

 

Related Topics

Member Function Descriptions