| Package | Description |
|---|---|
| org.bytedeco.spinnaker.global |
| Modifier and Type | Method and Description |
|---|---|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetCameras(spinSystem hSystem,
spinCameraList hCameraList)
Retrieves a list of detected (and enumerable) cameras on the system;
camera lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
byte bUpdateCameras,
spinCameraList hCameraList)
Retrieves a list of detected (and enumerable) cameras on the system;
manually set whether to update the current interface and camera lists;
camera lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetInstance(spinSystem phSystem)
Retrieves an instance of the system object; the system is a singleton, so there will only ever be one instance;
system instance must be destroyed by calling spinSystemReleaseInstance
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetInterfaces(spinSystem hSystem,
spinInterfaceList hInterfaceList)
Retrieves a list of detected (and enumerable) interfaces on the system;
interface lists must be created and destroyed
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetLibraryVersion(spinSystem hSystem,
spinLibraryVersion hLibraryVersion)
Get current library version of Spinnaker.
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetLoggingLevel(spinSystem hSystem,
int[] pLogLevel) |
static int |
Spinnaker_C.spinSystemGetLoggingLevel(spinSystem hSystem,
IntBuffer pLogLevel) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemGetLoggingLevel(spinSystem hSystem,
IntPointer pLogLevel)
Retrieves the logging level for all logging events on the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemIsInUse(spinSystem hSystem,
byte[] pbIsInUse) |
static int |
Spinnaker_C.spinSystemIsInUse(spinSystem hSystem,
ByteBuffer pbIsInUse) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemIsInUse(spinSystem hSystem,
BytePointer pbIsInUse)
Checks whether a system is currently in use
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterArrivalEvent(spinSystem hSystem,
spinArrivalEvent hArrivalEvent)
Registers an arrival event to every interface on the system (events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterInterfaceEvent(spinSystem hSystem,
spinInterfaceEvent hInterfaceEvent)
Registers an interface event (arrival and removal) to every interface on the system (interface events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterLogEvent(spinSystem hSystem,
spinLogEvent hLogEvent)
Registers a logging event to the system (events registered in this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemRegisterRemovalEvent(spinSystem hSystem,
spinRemovalEvent hRemovalEvent)
Registers a removal event to the system to every interface on the system (events registered this way must be unregistered)
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemReleaseInstance(spinSystem hSystem)
Releases the system; make sure handle is cleaned up properly by setting it to NULL
after system is released; the handle can only be used again after calling
spinSystemGetInstance
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemSendActionCommand(spinSystem hSystem,
long iDeviceKey,
long iGroupKey,
long iGroupMask,
long iActionTime,
SizeTPointer piResultSize,
actionCommandResult results)
Broadcast an Action Command to all devices on system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemSetLoggingLevel(spinSystem hSystem,
int logLevel)
Sets the logging level for all logging events on the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterAllLogEvents(spinSystem hSystem)
Unregisters all logging events from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterArrivalEvent(spinSystem hSystem,
spinArrivalEvent hArrivalEvent)
Unregisters an arrival event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterInterfaceEvent(spinSystem hSystem,
spinInterfaceEvent hInterfaceEvent)
Unregisters an interface event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterLogEvent(spinSystem hSystem,
spinLogEvent hLogEvent)
Unregisters a selected logging event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUnregisterRemovalEvent(spinSystem hSystem,
spinRemovalEvent hRemovalEvent)
Unregisters a removal event from the system
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCameras(spinSystem hSystem,
byte[] pbChanged) |
static int |
Spinnaker_C.spinSystemUpdateCameras(spinSystem hSystem,
ByteBuffer pbChanged) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCameras(spinSystem hSystem,
BytePointer pbChanged)
Updates the list of cameras on the system, informing whether there has been any changes
|
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
byte[] pbChanged) |
static int |
Spinnaker_C.spinSystemUpdateCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
ByteBuffer pbChanged) |
static Spinnaker_C._spinError |
Spinnaker_C.spinSystemUpdateCamerasEx(spinSystem hSystem,
byte bUpdateInterfaces,
BytePointer pbChanged)
Updates the list of cameras on the system, informing whether there has been any changes; manually set whether to update the current interface lists
|
Copyright © 2019. All rights reserved.