The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/dai: Fix typo

authored by

Jakob Bornecrantz and committed by
Moses Turner
504a2a28 52d225ae

+1 -1
+1 -1
src/xrt/drivers/depthai/depthai_driver.cpp
··· 568 568 depthai->width = 1280; 569 569 depthai->height = 800; 570 570 depthai->format = XRT_FORMAT_R8G8B8; 571 - depthai->color_sensor_resoultion = dai::ColorCameraProperties::SensorResolution::THE_800_P; 571 + depthai->color_sensor_resolution = dai::ColorCameraProperties::SensorResolution::THE_800_P; 572 572 depthai->image_orientation = dai::CameraImageOrientation::ROTATE_180_DEG; 573 573 depthai->fps = 60; // Currently only supports 60. 574 574 depthai->interleaved = true;