-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make Error #8
Comments
Hi, I'm not sure, are you compiling on a Linux, is it 64 bits? Send me the full make output. Best regards, Derzu. |
yes, my os is both of ubuntu 16.04 and 14.04. so i have trouble in ubuntu 16.04, but i change my os on ubuntu 14.04. and another problem is Compiled with Depth Wait failed! (timeout is 2000 ms) thanks you for your reply. |
The depth camera was not detected. Are you testing with a depth device like Orbbec Astra, or Asus Xtion, or Primesense? Did you installed the OpenNI2 driver? |
yes, i used Asus Xtion2. i installed OpenNI2 driver and then test SImpleViewer. |
Did you run the source command? |
of course. i don't understand why occur this error... |
At the main.ccp file try to change: You need to discovery the /dev/ file of your device. |
thanks you! it work for me ! :) but i try run and then nothing happened ... (ex . any GUI) |
Do you have any traditional webcam attached? If you are running at a notebook probably it will have a webcam. And webcam can be the /dev/video0. You said the SimpleViewer works for you, you can try to print the device string at it's code and verify if it is really the /dev/vide0 that is being used. |
I am sorry that the answer is late. Currently my main.cpp is like this: int main(int argc, char** argv) #ifdef DEPTH
#ifdef DEPTH I am using an xtion2 camera and the output of $ ls / dev / video * is like this: Here is the output of $ ls / dev / *. Here is the output of the terminal $. / BodySkeletonTracker. No video frame will appear on the output screen. |
I don't know what is the problem, maybe some driver issue, you can try to reinstall the OpenNI2 driver. I think the best set for the deviceURI is: Because of this way the initOpenNI() method try to find the correct device. |
hi, thanks you for your source code.
i try to make it, but /usr/bin/ld: cannot find -l64 error.
what is -l64? please help me !
The text was updated successfully, but these errors were encountered: