| Package | Description |
|---|---|
| org.bytedeco.depthai |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.FrameSyncMode |
RawCameraControl.frameSyncMode() |
RawCameraControl.FrameSyncMode |
RawCameraControl.FrameSyncMode.intern() |
static RawCameraControl.FrameSyncMode |
RawCameraControl.FrameSyncMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.FrameSyncMode[] |
RawCameraControl.FrameSyncMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl |
RawCameraControl.frameSyncMode(RawCameraControl.FrameSyncMode setter) |
CameraControl |
CameraControl.setFrameSyncMode(RawCameraControl.FrameSyncMode mode)
Set the frame sync mode for continuous streaming operation mode,
translating to how the camera pin FSIN/FSYNC is used: input/output/disabled
|
Copyright © 2023. All rights reserved.