-
Notifications
You must be signed in to change notification settings - Fork 6
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
Control the resolution going to the remote operator #9
Comments
I think that the |
I put up an issue for this on the parent repo |
Ok, I think we have this working. I want to throttle the frame rate to 15 fps though. |
I also want to throttle the frame rate of the remote operator being captured by webrtc |
closed in #54 |
Currently the WebRTC feeds are really really heavy. We have the resolution set going from the remote pc to the robot, but not the other way around. The remote operator only really needs 400x??? but is getting 1920x1080. We need a way to fix that.
The text was updated successfully, but these errors were encountered: