Bruh u r a legend legitimately!, Thanks for this video it helped me a lot in my web app😍😍❤❤
@danielazevedosouza Жыл бұрын
Hello! After that, how do I style the html page to suit my needs? Thanks
@joseluisreyes94202 жыл бұрын
Justo lo que necesitaba, gracias hermano me sirvio, no tenia idea de como pasar un valor a la clase de la camara pero al ver tu ejemplo tuyeron las ideas, gracias Hermano
@alphonseinbaraj76023 жыл бұрын
Thank you so much bro. I used this coding on my project too. Worked well.Thanks for sharing code.
@chandarupasri9293 Жыл бұрын
Hello
@jrod13683 жыл бұрын
what did you make app1.html say? why is it necessary? I'm very new to this
@engineerchew Жыл бұрын
HI Thank you, may I know why the background is black instead of white color? Add my html tag information all disapper with this method, any help?
@joeretzyee9181 Жыл бұрын
hello, after i save the image from caputring the frame using cv2.imwrite, how can i redirect to other page?
@markvincentobligarpagala464111 ай бұрын
Is there a way to trained this camera? if so, where should I start inputting the codes for the camera to be trained?
@pakeffendi506111 ай бұрын
nicee hey can you show tutorial how to connect ip camera cctv and play to live streaming in web page?
@baselmahmoud3912 Жыл бұрын
Just keep in mind this approach will not work when you host your project, since open cv detects the camera in the back end but it will not be able to detect the client's media device camera.
@S2W-W2S3 жыл бұрын
Thanks, bro, it's helped me to progress my mini-thesis
@tigerjain84273 жыл бұрын
Please help with how to use webcam in Django project, basically imp working on how to implement a pose detection ml model integration in Django. Please it will be very helpful if you can help.
@ManavLadha3 жыл бұрын
Yes sir, please do! We would appereciate your help.
@anujgoenka36193 жыл бұрын
were you able to complete the project?
@atifriaz4982 жыл бұрын
Is your project completed? I need help
@uen18573 жыл бұрын
can we use openCV and django to make an app for live video broadcast (one-to-many broadcast, one video live and other users or followers are only viewers) ?
@aiocallinonecode65063 жыл бұрын
soon...
@uen18573 жыл бұрын
@@aiocallinonecode6506 thank you very much, it will be very helpful because no one coverd this before! i will be waiting with passion :)
@AngeloKrs8782 жыл бұрын
@@aiocallinonecode6506 did you do it?
@antonioinochi91702 жыл бұрын
Great video...thanks 👍👍
@manishdashsharma73813 жыл бұрын
How to capture that and save inside a folder
@shivamdubey47832 жыл бұрын
Awesome boss just one question can we resize the frame
@hydradynamo44593 жыл бұрын
hi can you please help with how to use webcam in Django project , basically imp working on how to implement a pose detection ml model integration in Django , and I'm struck with how to use webcam in real time
@bharatpaliwal98623 жыл бұрын
yes bhai please help its very imp and urgent pls help
@anujgoenka36193 жыл бұрын
were you able to complete the project?
@hydradynamo44593 жыл бұрын
@@anujgoenka3619 Not yet we are on it but sort of struck in midsea and deadlines are approaching with us having no real progress.
@hafsahmr90102 жыл бұрын
@@hydradynamo4459 did you complete the project?
@hydradynamo44592 жыл бұрын
@@hafsahmr9010 yes done
@denilsonedgardofloresvaldi67472 жыл бұрын
Gracias por el video, tu ejemplo me ayudo muchisimo, saludos desde Perú Para los de habla hispana, para finalizar la ejecución de la camara al momento de cambiar o redireccionar la pag web. *** def gen(camera): while True: try: frame = camera.get_frame() yield ( b'--frame ' b'Content-Type: image/jpeg '+frame+ b' ' ) except: camera.__del__() ***
@gabrieljulioarmandosiagian19213 жыл бұрын
Its the django webserver can accesed over the internet?
@MarcelSuleiman2 жыл бұрын
Hi, please, can you show us, how to run it on heroku? Im am trying but withour results.
@hadjiassimjumaih24422 жыл бұрын
How can I make the opencv recognize the person when it's datasets is in my databases
@natarajgn2 жыл бұрын
Thank you for sharing the code
@j03sny3 жыл бұрын
Could you please post the link for next video and git or a link for your page ? I would like get the source code, best regards.
@abubakarshf2 жыл бұрын
how can we show the video with specific width and height on a specific html page?
@opsyngaming35052 жыл бұрын
I tried this with an empty html file and it worked.
@eneko45622 жыл бұрын
How do I show it in the HTML template?
@opsyngaming35052 жыл бұрын
I tried this with an empty html file and it worked.
@avikbachhar93372 жыл бұрын
Where is the html code can i get the complete code for the git hub how to run it please ASAP
@rohitjadhav64152 жыл бұрын
do you find solution?
@dashawnlyons2791 Жыл бұрын
i have a error, can't concat NoneType to bytes
@sarthakbhan1562 Жыл бұрын
the output is not updating update: i copied the code from the desc and it started working
@gaurik95073 жыл бұрын
Can you update how we can see web cam live streaming of server user to client user(one video live and other users or followers are only viewers)?
@muhammadkomailabbas22653 жыл бұрын
I used your code in my project its working fine locally but when i upload it on server its giver error on get_frame function. and second question is how i will stop this streaming and render to another View. Thank you
@J2LProductions3 жыл бұрын
Did you guys figure out how to deploy it?
@melissamejiavillamil87602 жыл бұрын
Hi! Did you correct the error? What did you do?
@MONARKZAVERI2 жыл бұрын
any luck on deploymnt?
@simpleengineering27662 жыл бұрын
You have to send video from your PC and grab it with django and show it inside django server. So this thing is two face. You have to use ASGI
@southafricanmedia53972 жыл бұрын
How to save a video?
@fadhelalsuwaidi12213 жыл бұрын
Thanks Hero
@ozanercan20523 жыл бұрын
Where is the rest of the source code
@bahromiddinibragimov42262 жыл бұрын
makes me work locally on my project but not on the server.
@riteshbajpai12413 жыл бұрын
Hii, could u pls suggest how to stop the stream.
@root60252 жыл бұрын
thanks
@ezikhaq7129 Жыл бұрын
Bang HTML-nya mana bang?
@wolfisraging2 жыл бұрын
This is not gonna work when you will deploy your website, only works locally. Waste of time
@MONARKZAVERI2 жыл бұрын
did u find solution for deploymnt? i m stuck at deploymnt....!!! doesnt work after deploy!!