ibaiGorordo / pyKinectAzure

Python library to run Kinect Azure DK SDK functions
MIT License
454 stars 113 forks source link

Cannot get color_image when runing examplePlayback.py #83

Closed gaolizhao closed 1 year ago

gaolizhao commented 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. image

ibaiGorordo commented 1 year ago

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.