Software Archive
Read-only legacy content
17060 ディスカッション

Example error in documentation

AndreCarlucci
ビギナー
2,276件の閲覧回数

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 件の賞賛
5 返答(返信)
Vidyasagar_MSC
イノベーター
2,277件の閲覧回数

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

AndreCarlucci
ビギナー
2,277件の閲覧回数

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.

Vidyasagar_MSC
イノベーター
2,277件の閲覧回数

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

Colleen_C_Intel
従業員
2,277件の閲覧回数

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.

AndreCarlucci
ビギナー
2,277件の閲覧回数

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!

返信