supu2701 / Open-CV-Projects

Exciting projects on Image Processing using Open CV.
0 stars 0 forks source link

Face detection using camera #19

Closed supu2701 closed 3 years ago

supu2701 commented 3 years ago

Edit the Open-CV-Projects/Detection machine/Face&Eye Detection/face_detection_camera.py file such that it detects the face of a person from the webcam. To chane from inbuilt webcam to external webcam, only you have to change the following: "cap = cv2.VideoCapture(0)" to cap = cv2.VideoCapture(1).

vineethpilli commented 3 years ago

I want to work upon this issue.Can you please assign it to me?

supu2701 commented 3 years ago

@vineethpilli You have been assigned this issue. You can sart working on it👍

vineethpilli commented 3 years ago

@supu2701 I have resolved this issue.Please look into my PR and let me know if any changes needed.