Can we publish Image topic from ROS to a virtual video device.
I want to use the output of ASUS sensor for video chatting . I am using openniros to get the images. Is there a way to publish the camera/rgb/imageraw topic to a virtual video device made by v4l2loopback module in this link
https://github.com/umlaeute/v4l2loopback.
Asked by benG on 2015-08-05 23:53:09 UTC
Answers
I think virtual_camera can do what you want:
This is a package that can send a ROS image message to a v4l2loopback device. Tested on Fuerte.
I have not used this myself.
Edit:
mayfieldrobotics/ros-virtual-cam seems to be a continuation / evolution of the virtual_camera
package.
Asked by gvdhoorn on 2015-08-06 01:30:17 UTC
Comments