mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 01:48:31 +00:00
d/dai: Fix typo
This commit is contained in:
parent
52d225ae3b
commit
504a2a288e
|
@ -568,7 +568,7 @@ depthai_setup_monocular_pipeline(struct depthai_fs *depthai, enum depthai_camera
|
|||
depthai->width = 1280;
|
||||
depthai->height = 800;
|
||||
depthai->format = XRT_FORMAT_R8G8B8;
|
||||
depthai->color_sensor_resoultion = dai::ColorCameraProperties::SensorResolution::THE_800_P;
|
||||
depthai->color_sensor_resolution = dai::ColorCameraProperties::SensorResolution::THE_800_P;
|
||||
depthai->image_orientation = dai::CameraImageOrientation::ROTATE_180_DEG;
|
||||
depthai->fps = 60; // Currently only supports 60.
|
||||
depthai->interleaved = true;
|
||||
|
|
Loading…
Reference in a new issue