| Package | Description |
|---|---|
| org.bytedeco.spinnaker.global |
| Modifier and Type | Method and Description |
|---|---|
static Spinnaker_C._spinError |
Spinnaker_C.quickSpinTLInterfaceInit(spinInterface hInterface,
quickSpinTLInterface pQuickSpinTLInterface) |
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceGetCameras(spinInterface hInterface,
spinCameraList hCameraList)
Retrieves a camera list from an interface;
camera lists must be created and destroy
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceGetCamerasEx(spinInterface hInterface,
byte bUpdateCameras,
spinCameraList hCameraList)
Retrieves a camera list from an interface;
manually set whether to update the cameras;
camera lists must be created and destroyed
|
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.spinInterfaceIsInUse(spinInterface hInterface,
byte[] pbIsInUse) |
static int |
Spinnaker_C.spinInterfaceIsInUse(spinInterface hInterface,
ByteBuffer pbIsInUse) |
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceIsInUse(spinInterface hInterface,
BytePointer pbIsInUse)
Checks whether an interface is in use
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceListGet(spinInterfaceList hInterfaceList,
long index,
spinInterface phInterface)
Retrieves an interface from an interface list using an index (interfaces retrieved this way must be released)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterArrivalEvent(spinInterface hInterface,
spinArrivalEvent hArrivalEvent)
Registers an arrival event on an interface (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterInterfaceEvent(spinInterface hInterface,
spinInterfaceEvent hInterfaceEvent)
Registers an interface event (both arrival and removal) on an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRegisterRemovalEvent(spinInterface hInterface,
spinRemovalEvent hRemovalEvent)
Registers a removal event on an interface (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceRelease(spinInterface hInterface)
Releases an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceSendActionCommand(spinInterface hInterface,
long iDeviceKey,
long iGroupKey,
long iGroupMask,
long iActionTime,
SizeTPointer piResultSize,
actionCommandResult results)
Broadcast an Action Command to all devices on interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterArrivalEvent(spinInterface hInterface,
spinArrivalEvent hArrivalEvent)
Unregisters an arrival event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterInterfaceEvent(spinInterface hInterface,
spinInterfaceEvent hInterfaceEvent)
Unregisters an interface event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUnregisterRemovalEvent(spinInterface hInterface,
spinRemovalEvent hRemovalEvent)
Unregisters a removal event from an interface
|
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUpdateCameras(spinInterface hInterface,
byte[] pbChanged) |
static int |
Spinnaker_C.spinInterfaceUpdateCameras(spinInterface hInterface,
ByteBuffer pbChanged) |
static Spinnaker_C._spinError |
Spinnaker_C.spinInterfaceUpdateCameras(spinInterface hInterface,
BytePointer pbChanged)
Checks whether any cameras have been connected or disconnected on an interface
|
Copyright © 2019. All rights reserved.