| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
MonoCameraProperties.SensorResolution |
MonoCamera.getResolution()
Get sensor resolution
|
MonoCameraProperties.SensorResolution |
MonoCameraProperties.SensorResolution.intern() |
MonoCameraProperties.SensorResolution |
MonoCameraProperties.resolution()
Select the camera sensor resolution
|
static MonoCameraProperties.SensorResolution |
MonoCameraProperties.SensorResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonoCameraProperties.SensorResolution[] |
MonoCameraProperties.SensorResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonoCameraProperties |
MonoCameraProperties.resolution(MonoCameraProperties.SensorResolution setter) |
void |
MonoCamera.setResolution(MonoCameraProperties.SensorResolution resolution)
Set sensor resolution
|
Copyright © 2021. All rights reserved.