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 Video File Loading #12

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

Implement Video File Loading #12

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

Comments

@Blindspot22
Copy link
Owner

Description:

  • Add functionality to load and process video from a file instead of live camera input.
  • This will allow users to run the module on pre-recorded videos for testing or analysis.

Implementation Steps:

  • Modify the existing video capture code to support loading video files using VideoCapture::from_file.
  • Implement a mechanism to check if the input source is a camera or a video file, and load the appropriate source accordingly.
  • Ensure the module can handle different video file formats (e.g., MP4, AVI).
  • Implement error handling for cases where the video file is missing or cannot be loaded.
  • Test the video file loading functionality by running the module with various video files and displaying the frames.
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