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

Use binary subscriptions for image #1060

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

knoellle
Copy link
Contributor

Why? What?

What it says. When using text subscriptions for the image, the nao has one core bound up doing nothing but encoding json and you get very low frame rates.
Using binary lessens the load on both CPU and network.
We previously didn't do this because there was no way to subscribe uncompressed images in binary mode because the two were coupled until #987

Fixes #

ToDo / Known Issues

Ideas for Next Iterations (Not This PR)

How to Test

Use color select panel, enjoy massively increased framerate.

@knoellle knoellle added the tools:Debug Tooling Related to twix et.al. label Jun 17, 2024
@knoellle knoellle enabled auto-merge June 17, 2024 18:28
@knoellle knoellle added this pull request to the merge queue Jun 18, 2024
Merged via the queue into HULKs:main with commit 64ca9bd Jun 18, 2024
25 checks passed
@knoellle knoellle deleted the binary-images branch June 18, 2024 07:31
oleflb pushed a commit to oleflb/hulk that referenced this pull request Jul 15, 2024
oleflb pushed a commit that referenced this pull request Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools:Debug Tooling Related to twix et.al.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants