-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for multiple webcams and enhance webcam handling
- Introduced `--webcam_indices` argument to specify multiple webcam indices. - Default to using the first webcam (index 0) if no `--webcam_indices` flag is provided. - Enhanced `YOFLO` class to handle multiple webcam threads concurrently. - Implemented graceful shutdown of all webcam windows. - Updated the main function to parse new arguments and initialize `YOFLO` accordingly. - Improved logging and error handling for webcam operations. -Updated readme.md
- Loading branch information
1 parent
16affb4
commit 92b388f
Showing
3 changed files
with
53 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters