-
Notifications
You must be signed in to change notification settings - Fork 239
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
How to use kinect v2 with this code? #22
Comments
@1gen100 this might help: https://docs.opencv.org/master/d7/d6f/tutorial_kinect_openni.html You may need to change the argument passed to the |
Hey @sourishg, Thanks I have tried this but with no succes, I think it's because it uses OPENNI that works for Kinect V1, but not for Kinect V2. |
I didn't have time to wait so I made this code, but it's not that good and effective.
|
I'm trying to use this code with kinect v2 by take one image from one camera and then from the other so i changede the C++ code read_images.cpp to only take from one soruce. But when I run the code it turns on my webcam, even thoug I have activated kinect using iai_kinect repository.
Can you help?
The text was updated successfully, but these errors were encountered: