Damian Lagunes Spolo
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Damian Lagunes Spolo-
Damian Lagunes Spolo commented,
I am using python 3
-
Damian Lagunes Spolo commented,
Yes I have the same error.
-
Damian Lagunes Spolo commented,
I am using a raspberry pi 4 model B with 8 Gb ram and have 2 Gb in swap memory. I tried to import the pyrealsense as you said and did not work.
-
Damian Lagunes Spolo commented,
I removed the stream config as you said and still having the issue. It seems that the problem is the pipeline start.
-
Damian Lagunes Spolo commented,
In last instruction of this script is where I get the segmentation fault: import pyrealsense2 as rs # Create a context object. This object owns the handles to all connected realsense devicespipelin...
-
Damian Lagunes Spolo commented,
Hi Marty, No, I dont get any errors if I do that.
-
Damian Lagunes Spolo created a post,
Segmentation fault when trying to run a python script on a D455 realsense camera on a raspberry pi 4
Hello, I followed the next link to install the realsense SDK and pyrealsense2 library on my raspberry: https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_raspbian.md#add-sw...