- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the SDK Documentation at:
SDK Reference Manual -> Programming Guide -> User Facing Algorithms -> Hand Tracking and Gesture Recognition -> Hand Tracking Data
The C# example is:
hdata.QueryHandId(PXCMHandAnalysis.AccessOrder.ACCESS_ORDER_NEAR_TO_FAR, 0, out handId);
It should be:
hdata.QueryHandId(PXCMHandData.AccessOrderType.ACCESS_ORDER_NEAR_TO_FAR, 0, out handId);
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just wanted to know.Are you using Release 1 or Release 2 of SDK to verify this code sample?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vidyasagar,
Intel(R) RealSense(TM) SDK 3.1.0.25181
I saw the new version only today, not sure if it applies to it too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the info mate.Will check and keep you posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you looking at online documentation - if so you should be using R2 release that includes PXCMHandAnalysis.
If you're looking in your R1 installed documentation, let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was looking at the offline help that comes with the SDK.
I'll install the new SDK 4.0 this week and post here if the problem is also there.
Thanks!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page