Software Archive
Read-only legacy content
17061 Discussions

Example error in documentation

AndreCarlucci
Beginner
690 Views

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);

 

0 Kudos
5 Replies
Vidyasagar_MSC
Innovator
691 Views

Just wanted to know.Are you using Release 1 or Release 2 of SDK to verify this code sample?

0 Kudos
AndreCarlucci
Beginner
691 Views

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.

0 Kudos
Vidyasagar_MSC
Innovator
691 Views

Thanks for the info mate.Will check and keep you posted.

0 Kudos
Colleen_C_Intel
Employee
691 Views

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.

0 Kudos
AndreCarlucci
Beginner
691 Views

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!

0 Kudos
Reply