Django Live Stream Webcam | Django Opencv Live Streaming Web Cam | Opencv Django Video Stream | AIOC

  Рет қаралды 35,182

AIOC all in one code

AIOC all in one code

Күн бұрын

Пікірлер: 61
@shabazshiralkar8974
@shabazshiralkar8974 2 жыл бұрын
Bruh u r a legend legitimately!, Thanks for this video it helped me a lot in my web app😍😍❤❤
@danielazevedosouza
@danielazevedosouza Жыл бұрын
Hello! After that, how do I style the html page to suit my needs? Thanks
@joseluisreyes9420
@joseluisreyes9420 2 жыл бұрын
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
@alphonseinbaraj7602
@alphonseinbaraj7602 3 жыл бұрын
Thank you so much bro. I used this coding on my project too. Worked well.Thanks for sharing code.
@chandarupasri9293
@chandarupasri9293 Жыл бұрын
Hello
@jrod1368
@jrod1368 3 жыл бұрын
what did you make app1.html say? why is it necessary? I'm very new to this
@engineerchew
@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
@joeretzyee9181 Жыл бұрын
hello, after i save the image from caputring the frame using cv2.imwrite, how can i redirect to other page?
@markvincentobligarpagala4641
@markvincentobligarpagala4641 11 ай бұрын
Is there a way to trained this camera? if so, where should I start inputting the codes for the camera to be trained?
@pakeffendi5061
@pakeffendi5061 11 ай бұрын
nicee hey can you show tutorial how to connect ip camera cctv and play to live streaming in web page?
@baselmahmoud3912
@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-W2S
@S2W-W2S 3 жыл бұрын
Thanks, bro, it's helped me to progress my mini-thesis
@tigerjain8427
@tigerjain8427 3 жыл бұрын
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.
@ManavLadha
@ManavLadha 3 жыл бұрын
Yes sir, please do! We would appereciate your help.
@anujgoenka3619
@anujgoenka3619 3 жыл бұрын
were you able to complete the project?
@atifriaz498
@atifriaz498 2 жыл бұрын
Is your project completed? I need help
@uen1857
@uen1857 3 жыл бұрын
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) ?
@aiocallinonecode6506
@aiocallinonecode6506 3 жыл бұрын
soon...
@uen1857
@uen1857 3 жыл бұрын
@@aiocallinonecode6506 thank you very much, it will be very helpful because no one coverd this before! i will be waiting with passion :)
@AngeloKrs878
@AngeloKrs878 2 жыл бұрын
@@aiocallinonecode6506 did you do it?
@antonioinochi9170
@antonioinochi9170 2 жыл бұрын
Great video...thanks 👍👍
@manishdashsharma7381
@manishdashsharma7381 3 жыл бұрын
How to capture that and save inside a folder
@shivamdubey4783
@shivamdubey4783 2 жыл бұрын
Awesome boss just one question can we resize the frame
@hydradynamo4459
@hydradynamo4459 3 жыл бұрын
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
@bharatpaliwal9862
@bharatpaliwal9862 3 жыл бұрын
yes bhai please help its very imp and urgent pls help
@anujgoenka3619
@anujgoenka3619 3 жыл бұрын
were you able to complete the project?
@hydradynamo4459
@hydradynamo4459 3 жыл бұрын
@@anujgoenka3619 Not yet we are on it but sort of struck in midsea and deadlines are approaching with us having no real progress.
@hafsahmr9010
@hafsahmr9010 2 жыл бұрын
@@hydradynamo4459 did you complete the project?
@hydradynamo4459
@hydradynamo4459 2 жыл бұрын
@@hafsahmr9010 yes done
@denilsonedgardofloresvaldi6747
@denilsonedgardofloresvaldi6747 2 жыл бұрын
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__() ***
@gabrieljulioarmandosiagian1921
@gabrieljulioarmandosiagian1921 3 жыл бұрын
Its the django webserver can accesed over the internet?
@MarcelSuleiman
@MarcelSuleiman 2 жыл бұрын
Hi, please, can you show us, how to run it on heroku? Im am trying but withour results.
@hadjiassimjumaih2442
@hadjiassimjumaih2442 2 жыл бұрын
How can I make the opencv recognize the person when it's datasets is in my databases
@natarajgn
@natarajgn 2 жыл бұрын
Thank you for sharing the code
@j03sny
@j03sny 3 жыл бұрын
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.
@abubakarshf
@abubakarshf 2 жыл бұрын
how can we show the video with specific width and height on a specific html page?
@opsyngaming3505
@opsyngaming3505 2 жыл бұрын
I tried this with an empty html file and it worked.
@eneko4562
@eneko4562 2 жыл бұрын
How do I show it in the HTML template?
@opsyngaming3505
@opsyngaming3505 2 жыл бұрын
I tried this with an empty html file and it worked.
@avikbachhar9337
@avikbachhar9337 2 жыл бұрын
Where is the html code can i get the complete code for the git hub how to run it please ASAP
@rohitjadhav6415
@rohitjadhav6415 2 жыл бұрын
do you find solution?
@dashawnlyons2791
@dashawnlyons2791 Жыл бұрын
i have a error, can't concat NoneType to bytes
@sarthakbhan1562
@sarthakbhan1562 Жыл бұрын
the output is not updating update: i copied the code from the desc and it started working
@gaurik9507
@gaurik9507 3 жыл бұрын
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)?
@muhammadkomailabbas2265
@muhammadkomailabbas2265 3 жыл бұрын
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
@J2LProductions
@J2LProductions 3 жыл бұрын
Did you guys figure out how to deploy it?
@melissamejiavillamil8760
@melissamejiavillamil8760 2 жыл бұрын
Hi! Did you correct the error? What did you do?
@MONARKZAVERI
@MONARKZAVERI 2 жыл бұрын
any luck on deploymnt?
@simpleengineering2766
@simpleengineering2766 2 жыл бұрын
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
@southafricanmedia5397
@southafricanmedia5397 2 жыл бұрын
How to save a video?
@fadhelalsuwaidi1221
@fadhelalsuwaidi1221 3 жыл бұрын
Thanks Hero
@ozanercan2052
@ozanercan2052 3 жыл бұрын
Where is the rest of the source code
@bahromiddinibragimov4226
@bahromiddinibragimov4226 2 жыл бұрын
makes me work locally on my project but not on the server.
@riteshbajpai1241
@riteshbajpai1241 3 жыл бұрын
Hii, could u pls suggest how to stop the stream.
@root6025
@root6025 2 жыл бұрын
thanks
@ezikhaq7129
@ezikhaq7129 Жыл бұрын
Bang HTML-nya mana bang?
@wolfisraging
@wolfisraging 2 жыл бұрын
This is not gonna work when you will deploy your website, only works locally. Waste of time
@MONARKZAVERI
@MONARKZAVERI 2 жыл бұрын
did u find solution for deploymnt? i m stuck at deploymnt....!!! doesnt work after deploy!!
How To Build Feature Flags Like A Senior Dev In 20 Minutes
20:33
Web Dev Simplified
Рет қаралды 63 М.
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 245 МЛН
UFC 308 : Уиттакер VS Чимаев
01:54
Setanta Sports UFC
Рет қаралды 899 М.
Will A Basketball Boat Hold My Weight?
00:30
MrBeast
Рет қаралды 137 МЛН
Proses Pembuatan RME ICU Status Neurologis Part 2
41:12
Salim Mulyana
Рет қаралды 2
RTSP Webcam to HLS Live Streaming using FFMPEG and XAMPP | PART 1
29:36
What's Killing all the iMacs?
12:29
Action Retro
Рет қаралды 30 М.
Stream Live Video from Mobile Phone Camera with Python and Open CV
6:47
Python Simplified
Рет қаралды 64 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 210 М.
At Last! Simple details/summary animation with pure CSS
12:36
Kevin Powell
Рет қаралды 22 М.
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 245 МЛН