| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
depthai.CameraImageOrientation |
MonoCamera.getImageOrientation()
Get camera image orientation
|
depthai.CameraImageOrientation |
ColorCamera.getImageOrientation()
Get camera image orientation
|
depthai.CameraImageOrientation |
ColorCameraProperties.imageOrientation()
Camera sensor image orientation / pixel readout
|
depthai.CameraImageOrientation |
MonoCameraProperties.imageOrientation()
Camera sensor image orientation / pixel readout
|
| Modifier and Type | Method and Description |
|---|---|
ColorCameraProperties |
ColorCameraProperties.imageOrientation(depthai.CameraImageOrientation setter) |
MonoCameraProperties |
MonoCameraProperties.imageOrientation(depthai.CameraImageOrientation setter) |
void |
MonoCamera.setImageOrientation(depthai.CameraImageOrientation imageOrientation)
Set camera image orientation
|
void |
ColorCamera.setImageOrientation(depthai.CameraImageOrientation imageOrientation)
Set camera image orientation
|
| Modifier and Type | Method and Description |
|---|---|
depthai.CameraImageOrientation |
depthai.CameraImageOrientation.intern() |
static depthai.CameraImageOrientation |
depthai.CameraImageOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.CameraImageOrientation[] |
depthai.CameraImageOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.