Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client and server issue #126

Open
khaledgabr77 opened this issue Apr 12, 2022 · 0 comments
Open

client and server issue #126

khaledgabr77 opened this issue Apr 12, 2022 · 0 comments

Comments

@khaledgabr77
Copy link

I'm trying to publish a compressed image from a client and uncompressed it over the server.
i tried publishing the image_raw to the server and it's working normally. and this the line i was publishing the topic let img = "http://"+this.robos_ip[i]+":8081/stream?topic=/"+ this.robos_name[i] +"/rgb_camera/image_raw";
i change the web_video_server parameter default_transport=compressed and tried to publish a compressed image by using this line let img = "<http://"+this.robos_ip[i]+":8081/stream?topic=/"+> this.robos_name[i] +"/rgb_camera/image_raw&type=ros_compressed"; but i can't get any images.
when i use the last line this will publish a compressed images? or it will compressed the image then will uncompressed to image_raw?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant