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 : https://bit.ly/31Xlwgy
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()

#python #opencv

How to use Phones Camera as OpenCV Webcam for Face Detection
26.75 GEEK