Re: Stream Webcam and with Button Capture Image

2020-08-24 Thread RANGA BHARATH JINKA
Hi, Try this. This may be useful for you. https://github.com/kevinam99/capturing-images-from-webcam-using-opencv-python All the best On Tue, Aug 25, 2020 at 2:03 AM Samara Muñoz wrote: > Hi Ketul, I was wondering if you have had any luck. I was seeing a video > and they use

Re: Stream Webcam and with Button Capture Image

2020-08-24 Thread Samara Muñoz
Hi Ketul, I was wondering if you have had any luck. I was seeing a video and they use FileSystemStorage(). Do you think it has something to do with it? Regards, thanks for your time. Samara On Mon, Aug 17, 2020 at 4:32 PM Ketul Suthar wrote: > I will let you know. I am also working on same

Re: Stream Webcam and with Button Capture Image

2020-08-17 Thread Samara Muñoz
Hi, thank you!! El El lun, 17 de agosto de 2020 a la(s) 16:32, Ketul Suthar < k2lsut...@gmail.com> escribió: > I will let you know. I am also working on same concept. > > On Mon., Aug. 17, 2020, 5:19 p.m. samar...@gmail.com, < > samaram...@gmail.com> wrote: > >> Hello, I already achieved opening

Re: Stream Webcam and with Button Capture Image

2020-08-17 Thread Ketul Suthar
I will let you know. I am also working on same concept. On Mon., Aug. 17, 2020, 5:19 p.m. samar...@gmail.com, wrote: > Hello, I already achieved opening the webcam in browser, I would like to > add a button in a template and every time it is clicked, it saves the frame > in a folder ('media') >

Stream Webcam and with Button Capture Image

2020-08-17 Thread samar...@gmail.com
Hello, I already achieved opening the webcam in browser, I would like to add a button in a template and every time it is clicked, it saves the frame in a folder ('media') I am new and Django and I don't understand much on how to use views and templates work together. Can someone help me? I