I am working on a Django project, and I'd like to add webcam access for users. Does anyone have any ideas on who or what I should use to implement webcam access to my site? Thanks.
Asked
Active
Viewed 1,479 times
0
-
2Please explain "add webcam access for users" further. Allow users to access a webcam that is attached to the server? Or how to allow your Django site access to the user's webcam? – computmaxer Mar 06 '14 at 19:48
-
I hope this will [`help`](https://stackoverflow.com/questions/64448730/how-do-i-access-my-webcam-with-python-django-from-the-browser-with-the-help-of/77000540#77000540) – Adamu Dee Azare Sep 01 '23 at 13:50
1 Answers
0
There is support for the webcam with HTML5, but not all browsers have support for webcams, Google Chrome does have good support,
I have used this library called camvas for accessing the webcam, on the client side.
But it would be helpful if you shared more intentions about your project, Such as Is it just to take the user's picture (such as a profile photo) Or is it a live streaming feed used for a video conference?

kyle k
- 5,134
- 10
- 31
- 45