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

unable to view compressed image in web mjpeg_server

asked 2020-04-12 04:59:10 -0500

dinesh gravatar image

I have installed and run the mjpeg_server in my pi 4b and ubuntu 18 machie. in pi i am using image_transport node to publish image. after that i ran mjpeg_server node in pi. But when i try to view the compressed image in web i can't access it.

I can easily view the raw image with given url in chromium browser:

http://192.168.4.1:8181/stream?topic=/camera/image

But i can't access the compressed image with url:

http://192.168.4.1:8181/stream?topic=/camera/image/compressed

So how should i view the compressed image topic in web which is running on the pi 4.

edit retag flag offensive close merge delete

Comments

What version of ROS are you using?

viktor.holova gravatar image viktor.holova  ( 2020-04-14 04:47:53 -0500 )edit

ros melodic.

dinesh gravatar image dinesh  ( 2020-04-14 12:33:19 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-04-14 06:17:49 -0500

Because you are using Ubuntu 18, I am assuming you are using ROS Melodic.

Starting with ROS Kinetic web_video_server is a replacement of mjpeg_server

Maybe that is not exactly what you are looking for but from my web_video_server experience I know you can view compressed image topic by adding &type=ros_compressed to the URL.

So I hope that following URL will also work for you in mjpeg_server case:

http://192.168.4.1:8181/stream?topic=/camera/image&type=ros_compressed
edit flag offensive delete link more

Comments

is this also possible to stream audio instead of only video? what package? i'll try that in few moment by the way.

dinesh gravatar image dinesh  ( 2020-04-14 12:34:57 -0500 )edit

web_video_server is only video as far as I know. Not sure about audio

viktor.holova gravatar image viktor.holova  ( 2020-04-14 13:15:45 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2020-04-12 04:59:10 -0500

Seen: 288 times

Last updated: Apr 14 '20