Interface for accessing module properties [Legacy API: 1st generation]. More...
Typedefs | |
| typedef void * | NODEMAP |
| By means of a NODEMAP handle the user can access different functions, properties and information about a device/stream. More... | |
Functions | |
| cvbbool_t | CanNodeMapHandle (IMG Image) |
| This function verifies whether the image supports the NodeMapHandle interface. More... | |
| cvbres_t | NMHGetNodeMap (IMG Image, NODEMAP &NodeMap) |
| Retrieve the NodeMap of the current device (e.g. a GigE Vision camera) as a CVB NodeMap handle. More... | |
Interface for accessing module properties [Legacy API: 1st generation].
This interface only allows the access of the Driver NodeMap. For a more generic and versatile implementation refer to the INodeMapHandle2
By means of a NODEMAP handle the user can access different functions, properties and information about a device/stream.
| cvbbool_t CanNodeMapHandle | ( | IMG | Image | ) |
This function verifies whether the image supports the NodeMapHandle interface.
| [in] | Image | Handle of image object. |
TRUE if the image supports the NodeMapHandle interface, FALSE otherwise. | cvbres_t NMHGetNodeMap | ( | IMG | Image, |
| NODEMAP & | NodeMap | ||
| ) |
Retrieve the NodeMap of the current device (e.g. a GigE Vision camera) as a CVB NodeMap handle.
This handle is needed to access the GenICam features (e.g. parameters of a GigE Vision camera) with the Common Vision GenApi Grid Control or the CVB GenICam API.
| [in] | Image | Handle of image object for accessing nodemap. |
| [out] | NodeMap | Handle of the nodemap. |