Added support for using selected webcam index as source#161
Open
shivdbz2010 wants to merge 7 commits intowarmshao:masterfrom
Open
Added support for using selected webcam index as source#161shivdbz2010 wants to merge 7 commits intowarmshao:masterfrom
shivdbz2010 wants to merge 7 commits intowarmshao:masterfrom
Conversation
changed dri_video to dri_webcam.
Added webcam as source support
Added Webcam as source support.
Added Webcam as source support.
Owner
|
Thank you! I will review soon |
fixed logic , index -1 will disabled src_webcam if int(args.src_webcam)>-1:
will update every 60th frame by default instead of every frame, to not tank performance, Pressing R will switch this to realtime mode. src_webcam_updateRealtime = False
Added lots of hotkey
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added support for using selected webcam index as source. i wanted to use obs virtual camera output as source image.
be default its turned off with this args.
--src_webcam -1
This is my very first pull request on github, i am still learning python.