mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CameraDepthAi: Fixed buffered frames
This commit is contained in:
@@ -572,8 +572,8 @@ SensorData CameraDepthAI::captureImage(CameraInfo * info)
|
||||
}
|
||||
else
|
||||
{
|
||||
left = rectifL->getFrame();
|
||||
depthOrRight = rectifRightOrDepth->getFrame();
|
||||
left = rectifL->getFrame(true);
|
||||
depthOrRight = rectifRightOrDepth->getFrame(true);
|
||||
}
|
||||
|
||||
if(outputDepth_)
|
||||
|
||||
Reference in New Issue
Block a user