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

Refactoring stream capture pipeline #29

Merged
merged 1 commit into from
Sep 18, 2022
Merged

Conversation

vladimirvivien
Copy link
Owner

This patch refactors some capture data plane for go4vl including:

  • Buggy behavior introduced by using Go stdlib's os.OpenFile
  • Add more aggressive ioctl error handling for v4l2 calls
  • Testing using Raspberry Pi's camera modules directly

Fix buggy behavior introduced when using Go stdlib's os.OpenFile which caused some devices to report busy
Add more aggressive ioctl error handling for v4l2 calls including open, QBUF, DQBUFF, etc
Testing using Raspberry Pi's HD camera modules directly
Documentation updates
@vladimirvivien vladimirvivien merged commit b1aac42 into main Sep 18, 2022
@vladimirvivien vladimirvivien deleted the stream-sequence-refactor branch December 11, 2022 17:00
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