unable to view compressed image in web mjpeg_server
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.
What version of ROS are you using?
ros melodic.