顯示具有 LeapMotion 標籤的文章。 顯示所有文章
顯示具有 LeapMotion 標籤的文章。 顯示所有文章

2017/05/10

[C/Cpp] LeapMotion with OpenCV

1. 先到官網下載SDK。https://developer.leapmotion.com/get-started
2. 安裝完之後先跑LeapMotionVisiualizer看看畫面。
3. 網路上有各種語言用的API: https://developer.leapmotion.com/documentation/cpp/api/Leap_Classes.html

因為要搭配OpenCV寫,所以先研究C語言的寫法。