ibaiGorordo / pyKinectAzure

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

Support for synchronized captures? #108

Open CDG-c0de opened 1 year ago

CDG-c0de commented 1 year ago

Does the library support synchronized captures? I haven't found a way yet to do so, as I can't access the handle_k4a_device_t to run .start_cameras()

HaibaneAllen commented 1 year ago

Same question

image
ibaiGorordo commented 1 year ago

Consider checking this Pull request: https://github.com/ibaiGorordo/pyKinectAzure/pull/62

I only have one device so I cannot test/fix any sync issue.