Python Forum

Full Version: Access webcam via python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to access my webcam via python without using opencv....I have got Pillow library. I couldn't find any code to access the webcam without opencv....Installing opencv is my last resort. but prior to that can anything be done? Undecided
After OpenCV, PyGame is next most common way to access webcam. If PyGame module is also not an option, then I would go looking on PyPI modules index.