| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
FlyCapture2.PGRGuid |
FlyCapture2.TopologyNode.GetGuid()
Get the PGRGuid associated with the node.
|
FlyCapture2.PGRGuid |
FlyCapture2.PGRGuid.position(int position) |
FlyCapture2.PGRGuid |
FlyCapture2.PGRGuid.value(int i,
int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FlyCapture2.TopologyNode.AssignGuidToNode(FlyCapture2.PGRGuid guid,
int deviceId)
Assign a PGRGuid and device ID to the node.
|
boolean |
FlyCapture2.TopologyNode.AssignGuidToNode(FlyCapture2.PGRGuid guid,
int deviceId,
int nodeType)
Assign a PGRGuid, device ID and nodeType to the node.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.CheckDriver(FlyCapture2.PGRGuid guid)
Check for driver compatibility for the given camera guid.
|
FlyCapture2.Error |
FlyCapture2.CameraBase.Connect(FlyCapture2.PGRGuid pGuid)
Connects the camera object to the camera specified by the GUID.
|
FlyCapture2.Error |
FlyCapture2.Camera.Connect(FlyCapture2.PGRGuid pGuid)
The following functions are inherited from CameraBase.
|
FlyCapture2.Error |
FlyCapture2.GigECamera.Connect(FlyCapture2.PGRGuid pGuid)
The following functions are inherited from CameraBase.
|
boolean |
FlyCapture2.PGRGuid.equals(FlyCapture2.PGRGuid guid)
Equality operator.
|
FlyCapture2.Error |
FlyCapture2.BusManager.FireBusReset(FlyCapture2.PGRGuid pGuid)
Fire a bus reset.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraFromIndex(int index,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a camera on the PC.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraFromIPAddress(FlyCapture2.IPAddress ipAddress,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a camera with the specified IPv4 address.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetCameraFromSerialNumber(int serialNumber,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a camera on the PC.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetDeviceFromIndex(int index,
FlyCapture2.PGRGuid pGuid)
Gets the PGRGuid for a device.
|
static FlyCapture2.Error |
FlyCapture2.Utilities.GetDriverDeviceName(FlyCapture2.PGRGuid guid,
BytePointer deviceName)
Get the driver's name for a device
|
static FlyCapture2.Error |
FlyCapture2.Utilities.GetDriverDeviceName(FlyCapture2.PGRGuid guid,
String deviceName) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetInterfaceTypeFromGuid(FlyCapture2.PGRGuid pGuid,
int[] pInterfaceType) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetInterfaceTypeFromGuid(FlyCapture2.PGRGuid pGuid,
IntBuffer pInterfaceType) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetInterfaceTypeFromGuid(FlyCapture2.PGRGuid pGuid,
IntPointer pInterfaceType)
Gets the interface type associated with a PGRGuid.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbLinkInfo(FlyCapture2.PGRGuid guid,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbLinkInfo(FlyCapture2.PGRGuid guid,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbLinkInfo(FlyCapture2.PGRGuid guid,
IntPointer pValue)
Read usb link info for the port that the specified device is connected to.
|
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbPortStatus(FlyCapture2.PGRGuid guid,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbPortStatus(FlyCapture2.PGRGuid guid,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.GetUsbPortStatus(FlyCapture2.PGRGuid guid,
IntPointer pValue)
Read usb port status for the port that the specified device is connected to.
|
FlyCapture2.Error |
FlyCapture2.BusManager.IsCameraControlable(FlyCapture2.PGRGuid pGuid,
BoolPointer pControlable)
Query CCP status on camera with corresponding PGRGuid.
|
boolean |
FlyCapture2.PGRGuid.notEquals(FlyCapture2.PGRGuid guid)
Inequality operator.
|
FlyCapture2.Error |
FlyCapture2.BusManager.ReadPhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
int[] pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.ReadPhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
IntBuffer pValue) |
FlyCapture2.Error |
FlyCapture2.BusManager.ReadPhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
IntPointer pValue)
Read a phy register on the specified device.
|
FlyCapture2.Error |
FlyCapture2.BusManager.WritePhyRegister(FlyCapture2.PGRGuid guid,
int page,
int port,
int address,
int value)
Write a phy register on the specified device.
|
| Constructor and Description |
|---|
TopologyNode(FlyCapture2.PGRGuid guid,
int deviceId,
int nodeType,
int interfaceType)
Constructor.
|
Copyright © 2015. All Rights Reserved.