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

Add io::WebcamCapture via gstreamer #61

Merged
merged 23 commits into from
Mar 30, 2024
Merged

Add io::WebcamCapture via gstreamer #61

merged 23 commits into from
Mar 30, 2024

Conversation

edgarriba
Copy link
Member

  • implements a simple gstreamer pipeline to capture frames from a webcam
  • the code lives in webcam.rs as WebcamCapture with its own builder

Copy link

@Wumpf Wumpf left a comment

Choose a reason for hiding this comment

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

basic structure lgtm given my little understanding of this domain 😄
the error handling and the lack of easy cancel & memory control makes me a bit uneasy though

Cargo.toml Show resolved Hide resolved
examples/webcam.rs Outdated Show resolved Hide resolved
examples/webcam.rs Outdated Show resolved Hide resolved
src/io/webcam.rs Show resolved Hide resolved
src/io/webcam.rs Show resolved Hide resolved
src/io/webcam.rs Outdated Show resolved Hide resolved
src/io/webcam.rs Outdated Show resolved Hide resolved
src/io/webcam.rs Show resolved Hide resolved
src/io/webcam.rs Outdated Show resolved Hide resolved
@edgarriba edgarriba merged commit 7e98e34 into main Mar 30, 2024
9 of 10 checks passed
@edgarriba
Copy link
Member Author

edgarriba commented Mar 30, 2024

@Wumpf @gau-nernst would be great if you could try the examples in your computer

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