| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
Pointer |
ImgFrame.getTimestamp(depthai.CameraExposureOffset offset)
Retrieves image timestamp (at the specified offset of exposure) related to dai::Clock::now()
|
Pointer |
ImgFrame.getTimestampDevice(depthai.CameraExposureOffset offset)
Retrieves image timestamp (at the specified offset of exposure) directly captured from device's monotonic clock,
not synchronized to host time.
|
| Modifier and Type | Method and Description |
|---|---|
depthai.CameraExposureOffset |
depthai.CameraExposureOffset.intern() |
static depthai.CameraExposureOffset |
depthai.CameraExposureOffset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.CameraExposureOffset[] |
depthai.CameraExposureOffset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.