d/dai: With the latest depthai-core we can support color OV9782 sensors

This commit is contained in:
Jakob Bornecrantz 2022-10-02 15:18:35 +01:00 committed by Moses Turner
parent 4814f627c6
commit 00c3cc4c2f

View file

@ -563,7 +563,6 @@ static void
depthai_setup_monocular_pipeline(struct depthai_fs *depthai, enum depthai_camera_type camera_type)
{
switch (camera_type) {
#if 0
case (RGB_OV_9782):
depthai->width = 1280;
depthai->height = 800;
@ -574,7 +573,6 @@ depthai_setup_monocular_pipeline(struct depthai_fs *depthai, enum depthai_camera
depthai->interleaved = true;
depthai->color_order = dai::ColorCameraProperties::ColorOrder::RGB;
break;
#endif
case (RGB_IMX_378):
depthai->width = 1920;
depthai->height = 1080;