HandTracker icon indicating copy to clipboard operation
HandTracker copied to clipboard

Is this project compatible with DS325 camera?

Open WuXinyang2012 opened this issue 7 years ago • 3 comments

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.

WuXinyang2012 avatar Feb 27 '18 15:02 WuXinyang2012

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.

padeler avatar Feb 28 '18 10:02 padeler

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?

Ethanwl avatar Mar 13 '18 07:03 Ethanwl

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.

padeler avatar Mar 23 '18 12:03 padeler