Skip to content
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

Is this project compatible with DS325 camera? #79

Open
WuXinyang2012 opened this issue Feb 27, 2018 · 3 comments
Open

Is this project compatible with DS325 camera? #79

WuXinyang2012 opened this issue Feb 27, 2018 · 3 comments

Comments

@WuXinyang2012
Copy link

Hi, I have one SoftKinetic DS325 camera and try to adapt your amazing work on it, however I am not sure where to start it.

@padeler
Copy link
Member

padeler commented Feb 28, 2018

You need to replace the code of the grabber with your own. Check the code examples in the lines were the OpenNIGrabber is used to grab frames.

You can use any depth sensor you want the tracker just needs a depth frame and the intrinsic camera parameters (calibration). The rgb frame is only used for visualization so if you do not have it you can just provide a dummy image.

@Ethanwl
Copy link

Ethanwl commented Mar 13, 2018

If I use Binocular camera to generate a depth frame, what should I do to sent it to the program? What
code should I change when I use Binocular camera?

@padeler
Copy link
Member

padeler commented Mar 23, 2018

Depth from stereo is not good enough for hand tracking using this method.

That said, you can test the performance of the handtracker with stereo input by using the depth image as well as one of the two RGB images (i.e left rgb).
As with all other cameras you have to set the intrinsic and extrinsic parameters of the camera in the "calib" object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants