How to use Phones Camera as OpenCV Webcam for Face Detection
YouTube Viewers YouTube Viewers
48.2K subscribers
74,483 views
0

 Published On Jul 9, 2020

In this video i will show you how you can convert your mobile camera into wifi webcam and then use it for face recognition using opencv



time stamp


00:00 : Intro

00:33 : python tutorial for face detection :    • Human face and smile detection Using ...  
01:07 : android apps needed to convert android phone camera into wifi webcam
02:06 : interface that will give full access of you mobile camera from laptop, how to control mobile camera from laptop
03:40 : changes made in opencv program to grab video from mobile camera

.open() method in opencv


some methods used in video for face recognition or grabbing video from mobile :
cv2.CascadeClassifier()
cv2.VideoCapture()
.open()
.read()
cv2.cvtColor()
cv2.COLOR_BGR2GRAY
scaleFactor
minNeighbors
cv2.rectangle()
cv2.imshow()
cv2.waitKey()
.release()
cv2.destroyAllWindows()


tags : #opencv #ip_webcam #i_know_python

show more

Share/Embed