Segmentation Fault D430 - Raspberry Pi
Morning all,
Ive been struggling to get the D430 working with a Raspberry Pi 3B+ (Raspian Lite) Specifically using the python wrapper.
Ive build the SDK using the following instructions https://github.com/IntelRealSense/librealsense/blob/b99457e002dd4c0501226a52c5bc0682992a0576/doc/installation_raspbian.md
Ive been running the following python script (with a few changes) https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/opencv_viewer_example.py which opens up the OpenCV window for a few seconds, freezes then closes. The error i see is "Segmentation Fault"
I've ran dmesg which returns the following:
[ 3440.690552] uvcvideo 1-1.1.3:1.0: Entity type for entity Intel(R) RealSense(TM) 430 with was not initialized!
[ 3440.690577] uvcvideo 1-1.1.3:1.0: Entity type for entity Processing 2 was not initialized!
[ 3440.690589] uvcvideo 1-1.1.3:1.0: Entity type for entity Intel(R) RealSense(TM) 430 with was not initialized!
[ 3440.690602] uvcvideo 1-1.1.3:1.0: Entity type for entity Camera 1 was not initialized!
[ 3440.691418] input: Intel(R) RealSense(TM) 430: Int as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.3/1-1.1.3:1.0/input/input15
[ 3492.909794] usb 1-1.1.3: usbfs: process 1204 (python3) did not claim interface 1 before use
[ 3493.488991] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3493.689019] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3494.022407] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3494.288719] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3494.488634] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3494.688645] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3494.821981] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3495.688950] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3496.022391] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3496.222344] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
[ 3496.690141] usb 1-1.1.3: usbfs: usb_submit_urb returned -121
Any ideas what this could be?
-
There was a similar case in April 2019 where a RealSense user who was using Rasbian was finding that it was getting stuck.
Have you set up a swap file please, as suggested by the instructions? The importance of a swap file is also referenced in the discussion in the link below.
https://github.com/IntelRealSense/librealsense/issues/2500
Please sign in to leave a comment.
Comments
3 comments