본문 바로가기
programming | development/processing | p5

Processing + LeapMotion 연동

by foooo828 2021. 7. 29.

립모션 SDK 를 설치해줘야 하는데 공홈의 최신 드라이버(4.1.0)에는  java sdk 가 없다고 한다.

4.1.0 을 설치했다면 Uninstall 하고 3.2 버전을 설치한다.

https://developer.leapmotion.com/releases/?category=orion

 

Legacy Releases — Ultraleap for Developers

This is the place to find current and past Leap Motion downloads. Be sure to check the SDK and asset requirements for all Unity releases. Orion SDK ›   Unity Assets ›

developer.leapmotion.com

 

설치를 했으면 하드웨어가 컴퓨터에서 정상 인식되는지 체크 해본다.

윈도우 설정에서 카메라 액세스를 꺼놓는 상태로 립모션을 연결하면 인식이 안된다.

(깜박할때 많음)

 

프로세싱에서 립모션 라이브러리를 설치한다.

 

아래 링크 참고해서 코드를 작성

https://github.com/nok/leap-motion-processing

 

GitHub - nok/leap-motion-processing: Contributed library to use the Leap Motion in Processing.

Contributed library to use the Leap Motion in Processing. - GitHub - nok/leap-motion-processing: Contributed library to use the Leap Motion in Processing.

github.com

https://developer-archive.leapmotion.com/documentation/java/index.html

 

Java SDK Documentation — Leap Motion Java SDK v3.2 Beta documentation

First Steps: To help you get started programming with the Leap Motion API, the following articles provide an overview of the Leap Motion tracking data, how the Leap Motion hardware and software works, and how to setup a project that uses the SDK: And for t

developer-archive.leapmotion.com

'programming | development > processing | p5' 카테고리의 다른 글

Processing Visual Studio Code Setup  (0) 2021.07.18
P5.js Atom Setup  (0) 2021.07.14

댓글