Problem retrieving video from rovio camera
Hi, I'm trying to connect Rovio to my computer using the rovio package. The robot connects to the computer with no problem using roslaunch rovio.launch, but I can't retrieve the video. I see that the Probe driver for Rovio camera has changed name in gscam, so I've installed it and I've also modified the rovio.launch file with this row :
<env name="GSCAM_CONFIG" value="souphttpsrc user-id=admin user-pw=password \ location=http://192.168.2.74/GetData.cgi\?Status=false \ do-timestamp=true ! queue ! multipartdemux ! capsfilter \ caps = 'image/jpeg' ! jpegdec ! ffmpegcolorspace \ ! video/x-raw-rgb ! identity name=ros ! fakesink"/>
(with real user and password that I've omitted), but when I launch the application I always get this error:
Gstreamer Version: GStreamer 0.10.28
ERROR:/home/antonio/ros/gscam/src/gscam.cpp:55:int main(int, char**): assertion failed: (outpad)
Do you have any suggestion? Thanks