-
Notifications
You must be signed in to change notification settings - Fork 146
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
PPA samples not working on ubuntu #79
Comments
Hi, Please uninstall SDK complied with source code before install PPA. |
just tried starting with a fresh 18.04.3 install and then following the guide, the problem remains the same:
just to check the opencv version:
|
same thing with sudo, all sample applications crash with the same error:
and when running in gdb:
The camera is showing up in lsusb as two uvcvideo devices (creating /dev/video0 and /dev/video1):
|
opening /dev/video0 in xawtv or vlc works by the way, giving me a green-purple overlay image of the two camera views. |
Hi could you try |
@fukamike Hi, which model do you use? |
I'm using EYE s1030 |
@fukamike Could you use source code to compile? we don't meet this issue on our environment(18.04.3 64-bit PC with USB3.0 interface). |
@harjeb I was able to compile source code and run sample code. |
If I want to develop codes, Should I change sample codes? |
Yes, you can change sample codes or follow the demo project to create a new one. |
@fukamike Excuse me I have the same problem.. did you succeed to make it works also the IMU? Can you please share it? Thank you in advance! |
after installing the sdk through the PPA as mentioned in the docs on a fresh ubuntu 18.04.3, all of the "get_" and "camera_" samples will crash except get_device_info and get_imu_params:
etc
The text was updated successfully, but these errors were encountered: