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

Implement camera capture functionality #11

Open
Blindspot22 opened this issue Aug 12, 2024 · 0 comments
Open

Implement camera capture functionality #11

Blindspot22 opened this issue Aug 12, 2024 · 0 comments
Labels
ticket issues

Comments

@Blindspot22
Copy link
Owner

Description:

  • Set up the module to capture video from a connected camera using OpenCV.
  • Ensure that the camera capture initializes correctly and retrieves frames in real-time.

Implementation Steps:

  • Import the necessary OpenCV crates and modules into the Rust project.
  • Use VideoCapture::new to open the default camera (ID 0) and start capturing video.
  • Implement a loop that continuously captures frames from the camera and processes them.
  • Test the camera capture functionality by displaying the captured frames using OpenCV’s imshow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ticket issues
Projects
Status: Ready
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant