Closed gaolizhao closed 1 year ago
First step, I run exampleRecording.py to save a video. And then I run examplePlayback.py to extract info. But I fail to get color_image cause it's None.
That is because the capture for that frame had no color, so I have updated the playback example to use the ret to check if the data is correct.
First step, I run exampleRecording.py to save a video. And then I run examplePlayback.py to extract info. But I fail to get color_image cause it's None.