Spinnaker C
4.3.0.189
 
Modules | Functions
Spinnaker C GenICam API

Modules

 Node Map Access
 The functions in this section provide access to information, objects, and functionality related to nodemaps. This includes nodes, node counts, and polling.
 
 Node Access
 The functions in this section provide access to information and objects retrieved from nodes. This includes node properties and callback registration.
 
 IValue Access
 The functions in this section provide access to nodes as value nodes. As value nodes are not an actual node type, the functions are named as regular nodes. Functions include reading from and writing to any node with a string.
 
 String Access
 The functions in this section provide access to string nodes using character pointers and arrays. This includes getters and setters of values and value lengths.
 
 IInteger Access
 The functions in this section provide access to integer nodes using the int64_t data type. This includes value getters and setters, min, max, and increment functions, and node representation.
 
 IFloat Access
 The functions in this section provide access to float nodes using double as the data type. This includes value getters and setters, min and max functions, and node representation.
 
 IEnumeration Access
 The functions in this section provide access to enum nodes. This includes retrieving the number of entries, an entry by index or name, retrieving the current entry node, or setting the node using an integer.
 
 IEnumEntry Access
 The functions in this section provide access to entry nodes This includes retrieving the integer value or the symbolic of an entry.
 
 IBoolean Access
 The functions in this section provide access to boolean nodes using the bool8_t data type, values represented with 'True' and 'False'. This includes value getters and setters.
 
 ICommand Access
 The functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks.
 
 ICategory Access
 The functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks.
 
 IRegister Access
 The functions in this section provide access to register nodes. This includes access to the node, its address and length, and reference.
 
 Spinnaker C GenICam Handles
 Handle definitions for Spinnaker C GenICam API.
 
 Spinnaker C GenICam Enumerations
 Enumeration definitions for Spinnaker C GenICam API.
 

Functions

SPINNAKERC_API spinCategoryReleaseNode (spinNodeHandle hCategoryNode, spinNodeHandle hFeature)
 Releases the feature node from the category node. More...
 

Detailed Description

Function Documentation

◆ spinCategoryReleaseNode()

SPINNAKERC_API spinCategoryReleaseNode ( spinNodeHandle  hCategoryNode,
spinNodeHandle  hFeature 
)

Releases the feature node from the category node.

Make sure node handle is cleaned up properly by setting it to NULL after the node is released If this function is not explicitly called, the handle will be released upon the release of the camera handle.

See also
spinCameraRelease
spinError
Parameters
hCategoryNodeThe category node handle from which the feature node is retrieved
hFeatureThe feature node handle to be released
Returns
spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error