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

Is it possible to stream live video from ROS to a windows desktop ?

asked 2016-08-25 04:02:19 -0500

potro777 gravatar image

Hi, im a noob at this so I apologize if my question is stupid. I want to use a 360 camera like the ricoh theta S (that would be mounted on a drone), connect it to the DJI manifold of a drone that would be running ROS, use a 4g dongle on the manifold to send the data to a desktop computer, and use the video from the 360 camera on a vr headset such as the gear vr or the oculus or any other. Is it possible? How easy or hard it is to do that? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-08-25 07:00:51 -0500

Airuno2L gravatar image

I think it technically is possible but the video will have very very high latency (i.e. unusable). It looks like that camera has USB 2.0 which really isn't fast enough for HD video, but you could try simply using the usb_cam package to see things working. Also ROS uses TCP by default which is not good for transmitting large video over wireless, there is UDPROS that uses UDP instead, but I don't know how well it is supported.

I think in reality if you wanted to have a usable video feed, you would need special hardware like a Connex Prosight from Amimon that connects to the camera's HDMI. I don't know much about DJI, there might be something on board the drone that does something similar like letting you send your own video over the Lightbridge link if it has one?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-25 04:02:19 -0500

Seen: 809 times

Last updated: Aug 25 '16