Kinect / PyKinect2

Wrapper to expose Kinect for Windows v2 API in Python
MIT License
496 stars 236 forks source link

Picture from multiple kinects #91

Open ArkadiyEpanov opened 3 years ago

ArkadiyEpanov commented 3 years ago

Hello! how can I get a picture from multiple kinects? Couldn't find any information

KonstantinosAng commented 3 years ago

It is answered here https://github.com/Kinect/PyKinect2/issues/75.

ArkadiyEpanov commented 3 years ago

It is answered here #75.

Thank you, is there a chance to implement this with python on windows? the example uses linux. For my purpose, I only need a depth map, with no other functions

KonstantinosAng commented 3 years ago

I dont think it is possible in windows with PyKinect2, try to ask a question in stackoverflow to see if someone has figured out a solution.

ArkadiyEpanov commented 3 years ago

A small guide how to connect two kinects, python+windows+freenect2: https://stackoverflow.com/questions/67902941/how-to-call-multiple-kinect2-device-with-pykinect2/67914523#67914523