You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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.
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.
The text was updated successfully, but these errors were encountered: