| Package | Description |
|---|---|
| org.bytedeco.spinnaker.global |
| Modifier and Type | Method and Description |
|---|---|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraRegisterDeviceEvent(spinCamera hCamera,
spinDeviceEvent hDeviceEvent)
Registers a universal device event (every device event type) to a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraRegisterDeviceEventEx(spinCamera hCamera,
spinDeviceEvent hDeviceEvent,
BytePointer pName)
Registers a specific device event (only one device event type) to a camera
|
static int |
Spinnaker_C.spinCameraRegisterDeviceEventEx(spinCamera hCamera,
spinDeviceEvent hDeviceEvent,
String pName) |
static Spinnaker_C._spinError |
Spinnaker_C.spinCameraUnregisterDeviceEvent(spinCamera hCamera,
spinDeviceEvent hDeviceEvent)
Unregisters a device event from a camera
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventCreate(spinDeviceEvent phDeviceEvent,
spinDeviceEventFunction pFunction,
Pointer pUserData)
Creates a device event
|
static Spinnaker_C._spinError |
Spinnaker_C.spinDeviceEventDestroy(spinDeviceEvent hDeviceEvent)
Destroys a device event
|
Copyright © 2020. All rights reserved.