raspicam_node
raspicam_node copied to clipboard
Groovy ROS node for camera module of Raspberry Pi
Hello, i'm new to github and am currently trying to get LSD_slam to work with my camera. I have Ros indigo installed on ubuntu 14.04.06 and i'm getting the following...
I followed the instructions to install the Raspicam node but when I ran: `rosdep install --from-paths src --ignore-src --rosdistro=kinetic -y` but I got this error: I'm using Raspbian stretch and...
Hello , I am trying to make this package using catkin , two packages are mandatory and NOT found , could you please tell me where I can find and...
I'm not sure if this is a bug or not, but attempting to build on Indigo running on an x86_64 platform gives me this error: ``` myproject/src/overlay/src/raspicam/src/RaspiCamControl.cpp:32:33: fatal error: interface/vcos/vcos.h:...
Tested on Ubuntu 14.04(arm) with raspberry pi 2 + ROS indigo, run very well! Excellent job!!. keep trying, before I notice any problems. Best regards.
Hi, the node_raw have a problem, at certain random time change the coding of bgra8 to rgba8, I tried to find the exact time, but this varies depending on CPU...
I see in the code that all the standard raspicam settings are supported, like vlip and hflip. However, how are these set from parameters or config files? I can't find...
Hello, I followed all what you said how to make it work. My camera works with raspivid but when i try to call rosservice call /camera/start_capture this error occurs: mmal:...
hello, I could make it run the camera calibration, nose if I'm calling well for this node. I use : $ rosrun camera_calibration cameracalibrator.py --size 10x7 --square 0.108 image:=/camera/image camera:=
I wrote a roslaunch file that calls the raspicam node perfectly when typed into the terminal. However, when I call it using a script with the line xterm -hold -e...