Open MarcoAndrade26 opened 3 years ago
Same problem here on Rpi4. Using Python wrapper, the error is "frame didn't arrive within 5000"
@RealSenseSupport @RealSense-Customer-Engineering @RealSenseCustomerSupport
I have the same problem, in my case the Camera connects for a few seconds and disconnects itself. Incredible as the manufacturer has no solution for this.
I still cannot solve this issue, I am going to buy D435i camera. I do not know why Intel launch a product if it is not going to give support.
I am also facing this issue. I had previously had everything working on the RPI4 on version 2.35. However now that I have updated to version 2.39+ the T265 stops working after a few seconds, sometimes a minute.
UPDATE:
I was able to get the T265 working on RPI4 Ubuntu running standalone on RS 2.37, and 2.35. It does not freeze up and provides consistent messages. However if paired with an L515 and streaming together it (the T265 and sometimes L515) will begin to stop receiving messages after 30-60 seconds. I have looked through the RS debug files. Nothing indicates the problem. No errors on dmesg
either. Moving on disappointingly to X86 SBC and it works fine.
I’m having the exact same issue. Hope to see a solution for this soon.
Have the same problem https://github.com/IntelRealSense/librealsense/issues/8779 : tried the RS 2.37, and 2.35 in Raspberry Pi Os (not in ubuntu) and realsense still doesnt work properly
and many more... https://github.com/IntelRealSense/librealsense/issues/8779#issuecomment-816983561
Facing similar issue on Raspberry PI 4 and Ubuntu 20.04.2 LTS using librealsense in C++, latest master branch built from sources. It runs fine for couple seconds and then crashes, often freezing the whole OS.
Hello!
I believe it is due to the lack of memory in the Raspberry Pi. I changed to Jetson AGX Xavier and camera works fine
Issue Description
We have been trying to use T265 on Realsense Viewer, but after a while and randomly, it shows us the error "No Frames Recieved!"
See image:
Trying to solve it, I click on "Hardware reset" and on console It shows me this:
Then I close realsense viewer, open it again and camera works fine for a while, but then it stops and shows me the same error "No Frames Recieved". I tried with several solutions:
NOTE: cmake ../ -DFORCE_LIBUVC=true -DCMAKE_BUILD_TYPE=release -DBUILD_WITH_TM2=true (Those buildflags were used)