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.spinInterfaceRegisterDeviceArrivalEventHandler(spinInterface hInterface,
spinDeviceArrivalEventHandler hDeviceArrivalEventHandler)
Registers a device arrival event handler on an interface (event handlers registered in this way must be
unregistered)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceRegisterDeviceRemovalEventHandler(spinInterface hInterface,
spinDeviceRemovalEventHandler hDeviceRemovalEventHandler)
Registers a device removal event handler on an interface (event handlers registered in this way must be
unregistered)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceRegisterInterfaceEventHandler(spinInterface hInterface,
spinInterfaceEventHandler hInterfaceEventHandler)
Registers an interface event handler (both device arrival and device removal) on an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceRelease(spinInterface hInterface)
Releases an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceUnregisterDeviceArrivalEventHandler(spinInterface hInterface,
spinDeviceArrivalEventHandler hDeviceArrivalEventHandler)
Unregisters a device arrival event handler from an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceUnregisterDeviceRemovalEventHandler(spinInterface hInterface,
spinDeviceRemovalEventHandler hDeviceRemovalEventHandler)
Unregisters a device removal event handler from an interface
|
static Spinnaker_C.spinError |
Spinnaker_C.spinInterfaceUnregisterInterfaceEventHandler(spinInterface hInterface,
spinInterfaceEventHandler hInterfaceEventHandler)
Unregisters an interface event handler 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 © 2024. All rights reserved.