IP Webcam | How To Use With OpenCV Python - Tutorial

preview_player
Показать описание

As many of you requested I uploaded this tutorial to show you how you can use ip webcam in opencv and use your mobile as wireless webcam for your cool projects

Keywords:
Webcam IP con OpenCV Python Tutorial

Webcam IP avec OpenCV Python Tutorial

IP Webcam mit OpenCV Python Tutorial
Рекомендации по теме
Комментарии
Автор

From the Python docs:
The legacy urllib.urlopen function from Python 2.6 and earlier has been discontinued; urllib.request.urlopen() corresponds to the old urllib2.urlopen.

i.k.
Автор

Thanks so much! I just have tried a lot of methods on google. You the only one makes it works!

ivanchur
Автор

omNS bro only one last request
Tell me from where u learn this all amazing things
Because I have never see this anywhere before this

rajdave
Автор

thanks so much bro, I have found thí for so long...

xuankhanh
Автор

Thanks a lot for the video, its really helpful, as i have no camera module, i had to use my own phone camera with pi

geeky_explorer
Автор

Amazing video sir, Excellent thing. I very well connected this to my rpi

naveendubey
Автор

Hi, bro video is great i tried it but am getting this error when i try to do it
code:
import urllib.request
import cv2
import numpy as np
while True:
imgResp = urllib.request.urlopen(url)
imgNp = np.array(bytearray(imgResp.read()), dtype = np.uint8)
img = cv2.imdecode(imgNp, -1)
cv2.imshow('test', img)
cv2.waitKey(10)
error:
URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

mittumuppavaram
Автор

Hi, can you please post the code to do face recognition (names under bounding boxes) using IP webcam on Android and OpenCV python?

samstanway
Автор

Thank you!!!! U know how can I control my flash with python on desktop??

guilhermecosta
Автор

Can you show us how to compare two images? For example, when logging onto a computer the webcam takes a picture of your face and compares it to an uploaded image and then checks to see if they match.

RFostem
Автор

How can you save the video stream in some variable so that you can do other operations to it?

Thanks in advance

sauravpatwardhan
Автор

Can you show us how to make the same thing without using android phone. I mean a video streaming service with raspberry pi and webcam with the same results as shown in the video?

akshit.gandhi
Автор

Hey man very very very thanks, i got it using ipwebcam and face recognition, and works very well, i really appreciate your work, keep going in this way!!!

MrSforcini
Автор

Thanks a lot bro, really helpful, subscribed

sandipghoshal
Автор

Nice tutorial. Can you please advice a code statement how a user can input an IP address into the program so that different CAMs can be checked in this manner ? thanks in advance

sibujacob
Автор

wondering if you could create a small tutorial to tie in opencv with django webframework that would be cool I use Djanog and would love to use opencv to allow users the ability to use there smartphone webcam to shoot live video or take pictures thanks

Zzzzzzzzzzzzzzzzzzzzr
Автор

can you show how to integrate this in detector of face recognition ? we are using
cam =videocapture(0) and while(True)
but how to use ip camera there ?

ArshadAli_
Автор

very good tutorial it helps me watch this video.

namratashukla
Автор

muchas gracias, genial . saludos desde lima Perú

manuelretamozo
Автор

Thank you very much, it helped me a lot

aakashvarma