나는 우분투 15.10을 사용하여 kinect를 작동 시키려고합니다. 나는 Libfreenect, OpenNI, NITE, SensorKinect를 설치했다.Open Kinect - OpenNI, NITE - 컴파일 문제
OpenNI/플랫폼/Linux/Bin/x64-Release/폴더에서 프로그램을 실행할 수 있습니다 (예 : Sample-NiUserTracker ...). 그러나 지금까지는 내 자신의 코드를 컴파일 할 수 없었습니다.
나는 예를 SimpleViewer.java를 들어, 샘플 폴더에있는 예제를 컴파일 시도했지만 난 그냥 다음과 같은 오류가 발생합니다 :
SimpleViewerApplication.java:34: error: cannot find symbol
private SimpleViewer viewer;
^
symbol: class SimpleViewer
location: class SimpleViewerApplication
SimpleViewerApplication.java:66: error: cannot find symbol
app.viewer = new SimpleViewer();
^
symbol: class SimpleViewer
location: class SimpleViewerApplication
2 errors
나는 또한 아무 소용에 C++ 프로그램을 컴파일하기 위해 노력했다. 컴파일 할 수있는 방법에 대한 제안은 정말 감사 할만합니다.