We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd013 commit e6d758fCopy full SHA for e6d758f
1 file changed
src/libcam.cpp
@@ -581,6 +581,7 @@ int cls_libcam::cam_start_config()
581
config->at(0).size.width = camctx->conf->width;
582
config->at(0).size.height = camctx->conf->height;
583
config->at(0).bufferCount = 1;
584
+ config->at(0).stride = 0;
585
586
retcd = config->validate();
587
if (retcd == CameraConfiguration::Adjusted) {
0 commit comments