-
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
Sample camera_a segmentation fault with "no suited processor" #63
Comments
need information about system and SDK version |
Here it is: |
This error seems like something wrong with uvc driver. Which system you use? Ubuntu 16.04 LTS or some else? |
I'm using Ubuntu 18.04 |
If you need me to run some scripts / other code to help debugging, let me know harjeb, I'd be happy to help! |
@clement-joly please check the kernel version, if you use kernel >4.15 ,need update to latest SDK. |
I am using |
@harjeb I run kernel 5.0.0-25. Senior API error: junior SDK error: get_imu |
Were you able to resolve this ? |
@YagnikThanki you can update SDK like this: |
@clement-joly Do you use PC or other demoboards? we tested on TX2 18.06 4.9.130-tegra aarch64/PC 5.0.0-27-generic X86_64 and not meet this issue |
@harjeb Thanks. How can i solve "no suited processor error" ? |
Were you able to resolve this ? |
I am getting a similar problem when I run /opt/mynt-eye-s-sdk/samples$ ./api/camera_a `I/utils.cc:35 Detecting MYNT EYE devices W/uvc-v4l2.cc:234 pu_control_query failed error 22, Invalid argument Any help would be appreciated. |
Hi, I have been able to use the older versions 2.3.9 to build and run the samples. |
@alter-sachin Does that update include python wrapper? |
No, that does not include the python wrapper |
https://github.com/alter-sachin/MYNT-EYE-S-SDK I have been able to make the wrapper working for python3 . please use if helpful. |
I/utils.cc:35 Detecting MYNT EYE devices Any help would be appreciated system: Ubuntu 18.04.1 LTS |
@wenxini234 Hi,could attach your SDK version(use |
@harjeb name: MYNT-EYE-S1030, sn: 04081B2E00090834, firmware: 2.5 |
@wenxini234 have you ever solve the problem in Ubuntu 1804? I got the problem in one of my computer but no problem in another. Quite strange problem. |
I've just installed the SDK from source without problems but when I run the sample program ./samples/_output/bin/api/camera_a I get the following error message:
~/Softwares/MYNT-EYE-S-SDK$ ./samples/_output/bin/api/camera_a I/utils.cc:35 Detecting MYNT EYE devices W/uvc-v4l2.cc:218 pu_control_range failed error 22, Invalid argument W/channels.cc:806 Get PuControlInfo of Option::GAIN failed I/utils.cc:48 MYNT EYE devices: I/utils.cc:51 index: 0, name: MYNT-EYE-S1030, sn: 00D303260009072C, firmware: 2.4 I/utils.cc:60 Only one MYNT EYE device, select index: 0 E/synthetic.cc:370 Unknow calib model type in device: CalibrationModel::KANNALA_BRANDT I/utils.cc:93 MYNT EYE requests: I/utils.cc:96 index: 0, request: width: 752, height: 480, format: Format::YUYV, fps: 60 I/utils.cc:96 index: 1, request: width: 376, height: 240, format: Format::YUYV, fps: 60 I/utils.cc:107 There are 2 stream requests, select index: 0 E/synthetic.cc:139 ERROR: no suited processor for stream Stream::LEFT_RECTIFIED E/synthetic.cc:107 Unknow calib model type in device W/uvc-v4l2.cc:234 pu_control_query failed error 22, Invalid argument W/channels.cc:190 Option::GAIN get value failed I/channels.cc:136 Option::GAIN: min=0, max=0, def=0, cur=-1 I/channels.cc:136 Option::BRIGHTNESS: min=0, max=240, def=120, cur=120 I/channels.cc:136 Option::CONTRAST: min=0, max=255, def=127, cur=127 I/channels.cc:136 Option::FRAME_RATE: min=10, max=60, def=25, cur=25 I/channels.cc:136 Option::IMU_FREQUENCY: min=100, max=500, def=200, cur=500 I/channels.cc:136 Option::EXPOSURE_MODE: min=0, max=1, def=0, cur=0 I/channels.cc:136 Option::MAX_GAIN: min=0, max=48, def=48, cur=48 I/channels.cc:136 Option::MAX_EXPOSURE_TIME: min=0, max=240, def=240, cur=240 I/channels.cc:136 Option::DESIRED_BRIGHTNESS: min=0, max=255, def=192, cur=192 I/channels.cc:136 Option::IR_CONTROL: min=0, max=160, def=0, cur=0 I/channels.cc:136 Option::HDR_MODE: min=0, max=1, def=0, cur=0 I/channels.cc:136 Option::ACCELEROMETER_RANGE: min=4, max=32, def=8, cur=8 I/channels.cc:136 Option::GYROSCOPE_RANGE: min=500, max=4000, def=1000, cur=1000 E/synthetic.cc:154 ERROR: no suited processor for stream Stream::LEFT E/synthetic.cc:154 ERROR: no suited processor for stream Stream::RIGHT E/synthetic.cc:139 ERROR: no suited processor for stream Stream::DISPARITY_NORMALIZED Segmentation fault (core dumped)
The same issue happens when using the SDK installed from PPA.
My machine is a Dell G3 15-3579, Intel processor.
Any idea what's happening or how I can troubleshoot this?
The text was updated successfully, but these errors were encountered: