GEV_STATUS GevConnectFeatures(GEV_CAMERA_HANDLE handle, void *featureNodeMap);

Description

Connects a GenApi::CNodeMapRef object with the device port associated with the camera handle. The CNodeMapRef object is passed in as a void pointer.

Note: There is no way for the API to verify, ahead of time, that the void pointer provided is indeed a pointer to a valid GenApi::CNodeMapRef object. An error is returned, however, if the GenApi environment throws an exception while attempting to use the pointer as a GenApi::CNodeMapRef  for the connection to the device port

 

Parameters

handle

Handle to the camera.

featureNodeMap

Void pointer that is assumed to point to a GenApi::CNodeMapRef object that is to be associated with the input camera handle. The feature node map is accessed to initialize internal access to mandatory features as well as some useful ones.

Return Value

GEVLIB_OK on success.

Related Topics

Member Function Descriptions