ReiiYuki / Intel-Realsense-Hand-Toolkit-Unity

Intel Realsense Toolkit for Hand tracking and Gestural Recognition on Unity3D
MIT License
85 stars 17 forks source link

R200 STATUS_ITEM_UNAVAILABLE #3

Closed leungzengzeng closed 5 years ago

leungzengzeng commented 5 years ago

Unity5.65 R200 public void StartDevice() { if (senseManager.Init() == Status.STATUS_NO_ERROR) { Debug.Log(TAG + "Initialization Successful!"); isStart = true; } else throw new System.Exception("Initialization Failed!"); }

senseManager.Init() STATUS_ITEM_UNAVAILABLE r2 support r200,"Full Hand Tracking and Gesture Recognition SDK" belong to r3

ReiiYuki commented 5 years ago

Oh! That's my mistake. I'm sorry about that.

I checked the document Full Hand Tracking and Gesture Recognition SDK is belonged to R3 only.

Thanks for notice.

I will correct README.

ReiiYuki commented 5 years ago

I'm corrected the document!

So I'm closing the issue.

Feel free to open it again if you have some question.

Thanks 😄