Package | Description |
---|---|
org.bytedeco.spinnaker.global |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraGetNodeMap(spinCamera hCamera,
spinNodeMapHandle phNodeMap)
Retrieves the GenICam nodemap from a camera
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraGetTLDeviceNodeMap(spinCamera hCamera,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer device nodemap from a camera
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraGetTLStreamNodeMap(spinCamera hCamera,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer stream nodemap from a camera
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceGetTLNodeMap(spinInterface hInterface,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer nodemap from an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapGetNode(spinNodeMapHandle hNodeMap,
BytePointer pName,
spinNodeHandle phNode)
Retrieves a node from the nodemap by name
|
static int |
Spinnaker_C.spinNodeMapGetNode(spinNodeMapHandle hNodeMap,
String pName,
spinNodeHandle phNode) |
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapGetNodeByIndex(spinNodeMapHandle hNodeMap,
long index,
spinNodeHandle phNode)
Retrieves a node from the nodemap by index
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapGetNumNodes(spinNodeMapHandle hNodeMap,
SizeTPointer pValue)
Gets the number of nodes in the map
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapPoll(spinNodeMapHandle hNodeMap,
long timestamp)
Fires nodes which have a polling time
|
static Spinnaker_C.spinError |
Spinnaker_C.spinNodeMapReleaseNode(spinNodeMapHandle hNodeMap,
spinNodeHandle hNode)
Releases the entry node handle.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinSystemGetTLNodeMap(spinSystem hSystem,
spinNodeMapHandle phNodeMap)
Retrieves the transport layer nodemap from the system.
|
Copyright © 2024. All rights reserved.