Running OpenVSLAM on Raspberry Pi #65
-
Hello all, is it possible to run OpenVSLAM on Raspberry Pi 4 ? I see some demo for Jetson Nano in internet. But never seen for Raspberry Pi. Has anyone tried it ? Is Raspberry Pi less powerful for OpenVslam ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @jeffreyantony , Hope that helps you, |
Beta Was this translation helpful? Give feedback.
Hey @jeffreyantony ,
I have been using OpenVSLAM successfully on a Raspberry Pi4. However, there are obviously a couple of limitations on such a platform if you want to run OpenVSLAM in real-time. In my experience, to achieve real-time processing, you need to use a framerate of around 10 fps and only mono-camera images (stereo image processing is too demanding) with a resolution of around 640x480. Also you need to lower the amount of tracked feature points to below 1000.
Hope that helps you,
Thomas