We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @arunponnusamy , your work is very useful, thank you! Is it possible to include video and stream video supports also?
The text was updated successfully, but these errors were encountered:
Hello @bit-scientist , have a look at this example. https://github.com/arunponnusamy/cvlib/blob/master/examples/object_detection_webcam.py You can replace the zeo in VideoCapture(0) with video file like VideoCapture('video.mp4').
VideoCapture(0)
VideoCapture('video.mp4')
Sorry, something went wrong.
No branches or pull requests
Hi @arunponnusamy , your work is very useful, thank you!
Is it possible to include video and stream video supports also?
The text was updated successfully, but these errors were encountered: