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

Controlling frame size going from system to web #43

Open
mjsobrep opened this issue Jan 17, 2020 · 0 comments
Open

Controlling frame size going from system to web #43

mjsobrep opened this issue Jan 17, 2020 · 0 comments

Comments

@mjsobrep
Copy link
Contributor

Is there a way to control the size of the images going out from the robot to the web?

It is often the case that we want large image files to be captured on the robot and processed/bagged and sent to a web interface. The web interface doesn't need the full size images and sending the full sized images costs a lot in encoding and bandwidth.

It seems like resizing is done here given parameters from AdaptFrame here, but I can't figure out what determines the parameters given by AdaptFrame.

Ideally this is something that could be controlled from the remote web interface. But it looks like no video size or bandwidth constraints are passed when the remote connection is added.

Is the best way to go then to resize in an extra node on the robot and pass the smaller images into the webrtc_ros system or is there a way to do it directly in webrtc_ros?

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