PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.51k stars 1.03k forks source link

VideoStream from external camera #196

Open souravbansal15 opened 4 years ago

souravbansal15 commented 4 years ago

Can I use my external camera to pass on video like using the webcam

astitva3377 commented 3 years ago

Yes instead of passing src=0 try src=1.