Package | Description |
---|---|
org.bytedeco.spinnaker.global |
Modifier and Type | Method and Description |
---|---|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListAppend(spinCameraList hCameraListBase,
spinCameraList hCameraListToAppend)
Appends all the cameras from one camera list to another
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListClear(spinCameraList hCameraList)
Clears a camera list
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListCreateEmpty(spinCameraList phCameraList)
Creates an empty camera list (camera lists created this way must be destroyed)
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListDestroy(spinCameraList hCameraList)
Destroys a camera list
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListGet(spinCameraList hCameraList,
long index,
spinCamera phCamera)
Retrieves a camera from a camera list using an index.
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListGetBySerial(spinCameraList hCameraList,
BytePointer pSerial,
spinCamera phCamera)
Retrieves a camera from a camera list using its serial number.
|
static int |
Spinnaker_C.spinCameraListGetBySerial(spinCameraList hCameraList,
String pSerial,
spinCamera phCamera) |
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListGetSize(spinCameraList hCameraList,
SizeTPointer pSize)
Retrieves the number of cameras on a camera list
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListRemove(spinCameraList hCameraList,
long index)
Removes a camera from a camera list using its index
|
static Spinnaker_C.spinError |
Spinnaker_C.spinCameraListRemoveBySerial(spinCameraList hCameraList,
BytePointer pSerial)
Removes a camera from a camera list using its serial number
|
static int |
Spinnaker_C.spinCameraListRemoveBySerial(spinCameraList hCameraList,
String pSerial) |
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.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
|
Copyright © 2024. All rights reserved.