Page 1 of 1

ROS depth map error

Posted: Thu Jun 06, 2019 6:23 am
by minar
Hi
I am trying to get the example code on https://github.com/realizator/StereoPi- ... h-map-test running but with the current Ubiquity image (12-02-2019) I am getting an error, "Camera is not enabled." The camera interface is enabled via raspi-config.
Any ideas for help?

Re: ROS depth map error

Posted: Thu Jun 06, 2019 7:24 am
by Realizator
minar wrote:
Thu Jun 06, 2019 6:23 am
Hi
I am trying to get the example code on https://github.com/realizator/StereoPi- ... h-map-test running but with the current Ubiquity image (12-02-2019) I am getting an error, "Camera is not enabled." The camera interface is enabled via raspi-config.
Any ideas for help?
Hello Minar,
Please try to run "raspistill -cs 0", and after that "raspistill -cs 1" to check, if raspistill and camera subsystem works?

Re: ROS depth map error

Posted: Thu Jun 06, 2019 11:39 am
by minar
Hi Eugene

"raspistill -cs 0/1" failed as well and vcgencmd get_camera returned supported=0 detected=0

I found a solution though:
I copied the /boot/dt-blob.bin file from the stereopi image into the Ubiquity boot folder and that got it to work.

Also missing were ros-kinetic-stereo-image-proc and ros-kinetic-image-view.

Now it works - I branched on github. Thanks for the example!

Re: ROS depth map error

Posted: Thu Jun 06, 2019 12:32 pm
by Realizator
Great! I'm glad it works for you!
My next plans is to calibrate wide angle cameras for upcoming robot experiment. :)