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

Move constants definitions to impl file, add per-stream compression constants #321

Merged
merged 3 commits into from
May 2, 2024

Conversation

abhaybd
Copy link
Member

@abhaybd abhaybd commented Apr 30, 2024

Moving definitions to a .cpp file makes tuning a lot faster, since only that file needs to be recompiled, otherwise editing the header files triggers a LOT of recompilation.

Besides that refactor, this PR adds a map allowing us to specify specific compression constants for streams, since we want the hand camera to be higher quality than the others.

@abhaybd abhaybd requested review from Geeoon and huttongrabiel April 30, 2024 05:23
Copy link
Contributor

@huttongrabiel huttongrabiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@abhaybd abhaybd merged commit 5a26ec4 into master May 2, 2024
3 checks passed
@abhaybd abhaybd deleted the tune-streams branch May 2, 2024 00:57
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

Successfully merging this pull request may close these issues.

2 participants