![]() |
Access webcam via python - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Access webcam via python (/thread-3698.html) |
Access webcam via python - ArnabRoyBatman - Jun-14-2017 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? ![]() RE: Access webcam via python - j.crater - Jun-15-2017 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. |