| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static int |
FlyCapture2_C.fc2CreateTopologyNode(FlyCapture2_C.fc2TopologyNodeContext pTopologyNodeContext)
Create a TopologyNode context.
|
static int |
FlyCapture2_C.fc2DestroyTopologyNode(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext)
Destroy a TopologyNode context.
|
static int |
FlyCapture2_C.fc2GetTopology(FlyCapture2_C.fc2Context context,
FlyCapture2_C.fc2TopologyNodeContext pTopologyNodeContext)
Gets the topology information for the PC.
|
static int |
FlyCapture2_C.fc2TopologyNodeAddChild(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
FlyCapture2_C.fc2TopologyNodeContext TopologyNodeChildContext)
Add the specified TopologyNode as a child of the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeAddPortType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int portType)
Add the specified PortType as a port of the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeAssignGuidToNode(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
FlyCapture2_C.fc2PGRGuid guid,
int deviceId)
Assign a PGRGuid and device ID to the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeAssignGuidToNodeEx(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
FlyCapture2_C.fc2PGRGuid guid,
int deviceId,
int nodeType)
Assign a PGRGuid, device ID and nodeType to the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetChild(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int position,
FlyCapture2_C.fc2TopologyNodeContext pChildTopologyNodeContext)
Get child node located at the specified position.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetDeviceId(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int[] pID) |
static int |
FlyCapture2_C.fc2TopologyNodeGetDeviceId(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntBuffer pID) |
static int |
FlyCapture2_C.fc2TopologyNodeGetDeviceId(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntPointer pID)
Get the device ID associated with the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetGuid(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
FlyCapture2_C.fc2PGRGuid pGuid)
Get the PGRGuid associated with the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetInterfaceType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int[] pInterfaceType) |
static int |
FlyCapture2_C.fc2TopologyNodeGetInterfaceType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntBuffer pInterfaceType) |
static int |
FlyCapture2_C.fc2TopologyNodeGetInterfaceType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntPointer pInterfaceType)
Get the interface type associated with the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetNodeType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int[] pNodeType) |
static int |
FlyCapture2_C.fc2TopologyNodeGetNodeType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntBuffer pNodeType) |
static int |
FlyCapture2_C.fc2TopologyNodeGetNodeType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntPointer pNodeType)
Get the node type associated with the node.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetNumChildren(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int[] pNumChildNodes) |
static int |
FlyCapture2_C.fc2TopologyNodeGetNumChildren(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntBuffer pNumChildNodes) |
static int |
FlyCapture2_C.fc2TopologyNodeGetNumChildren(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntPointer pNumChildNodes)
Get the number of child nodes.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetNumPorts(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int[] pNumPorts) |
static int |
FlyCapture2_C.fc2TopologyNodeGetNumPorts(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntBuffer pNumPorts) |
static int |
FlyCapture2_C.fc2TopologyNodeGetNumPorts(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
IntPointer pNumPorts)
Get the number of ports.
|
static int |
FlyCapture2_C.fc2TopologyNodeGetPortType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int position,
int[] pPortType) |
static int |
FlyCapture2_C.fc2TopologyNodeGetPortType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int position,
IntBuffer pPortType) |
static int |
FlyCapture2_C.fc2TopologyNodeGetPortType(FlyCapture2_C.fc2TopologyNodeContext TopologyNodeContext,
int position,
IntPointer pPortType)
Get type of port located at the specified position.
|
Copyright © 2019. All rights reserved.