ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Is there a ROS node for ADVC-55 frame grabber?

asked 2012-12-11 01:25:17 -0500

TommyP gravatar image

Is there a ROS node that supports ADVC-55? I tried camera1294 but it does not find the ADVC-55. coriander does not find it either. kino and dvgrab does work with the ADVC-55.

So is there anything available out there or do I have to implement my own node?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2012-12-12 03:35:01 -0500

TommyP gravatar image

I finally got it to work with gscam (the pipe line I use is: dv1394src port=-1 ! video/x-dv ! dvdemux ! dvdec quality=5 drop-factor=1 ! ffmpegcolorspace). Unfortunately there is a delay that I cannot figure out were it is caused so we might go with an USB frame grabber instead since when we testes with an ordinary Web Cam we did not see this delay.

edit flag offensive delete link more
0

answered 2012-12-11 04:29:45 -0500

joq gravatar image

updated 2012-12-11 04:30:00 -0500

Since kino and dvgrab work but coriander does not, this device apparently conforms to the Digital Video (DV) and not the Digital Camera (DC) standard. So, camera1394 would not be expected to work.

Try the gscam driver. It uses gstreamer, which does support DV devices.

edit flag offensive delete link more

Comments

Thanks for the gscam suggestion! I got it to work using gscam.

TommyP gravatar image TommyP  ( 2012-12-12 03:35:37 -0500 )edit

Question Tools

Stats

Asked: 2012-12-11 01:25:17 -0500

Seen: 492 times

Last updated: Dec 12 '12