-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openpose with Kinect #287
Comments
uhm. If youre using ROS, you can use iai-kinect and get the image stream from ROS. If not, you can use libfreenect to extract it. Then, for openpose, its quite straightforward, just look at the 3_user_asynchronous.cpp file for an example on how to integrate your image stream |
Perfect answer, more in #120 |
Hi, has the 3_user_asynchronous.cpp file example been replaced by another tutorial? I can't seem to find it. Also is there a python equivalent? |
Yes, if you look at the folder, there are now multiple asynchronous examples, so you can start from a further customized example for your needs. |
How can i integrate openpose with kinect v2 sensor?
The text was updated successfully, but these errors were encountered: