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

feat(video): add video test tool #298

Merged
merged 105 commits into from
Aug 14, 2023
Merged

feat(video): add video test tool #298

merged 105 commits into from
Aug 14, 2023

Conversation

sdwoodbury
Copy link
Contributor

@sdwoodbury sdwoodbury commented Aug 14, 2023

What this PR does 📖
I evaluated using OpenCV for camera capture and I evaluated multiple video codecs. I settled on the AV1 codec published by the alliance for open media. It would probably be helpful to leave the test code for the other codecs in this repository for reference. The downside is that on Linux, some extra packages are needed to make cargo build work (related to clang, libx264, libaom` and probably openh264). edit: a cargo feature was added to ignore the other codecs by default.

I'm submitting a PR now instead of after adding video to Blink to help keep the PR size small.

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤
related to #272

@sdwoodbury sdwoodbury self-assigned this Aug 14, 2023
@sdwoodbury sdwoodbury merged commit e610bd6 into main Aug 14, 2023
1 check passed
@sdwoodbury sdwoodbury deleted the feat/blink-video2 branch August 14, 2023 20:05
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.

1 participant