Read the statement by Michael Teeuw here.
Facial Recognition - customize your mirror for every user!
-
why?
^CTraceback (most recent call last): File "capture.py", line 35, in <module> capture.capture() File "/home/pi/MagicMirror/MMM-Facial-Recognition-Tools/facetrainer/lib/capture.py", line 53, in capture if is_letter_input('c'): File "/home/pi/MagicMirror/MMM-Facial-Recognition-Tools/facetrainer/lib/capture.py", line 23, in is_letter_input input_char = raw_input() KeyboardInterrupt
Note from admin: Please use Markdown on shell snippets!
-
This post is deleted! -
Looks like you terminated the process by pressing
ctrl-C
orstrg-C
, just pressc
and thenenter
and no other key with thec
. -
@paviro
Oh sorry, I’m sorry I didn’t notice.
But there are the following tips.
where is capture.pgm not in the name of the folder.Could not detect single face! Check the image in capture.pgm to see what was captured and try again with only one face visible.
-
Hi everyone,
I have the same issue.
What do you want to do?
[1] Capture training images from webcam
[2] Convert ‘*.jpg’ pictures from other cameras to training images
–> 1Enter the name of the person you want to capture or convert images for.
–> olifier
Images will be placed in ./training_data/olifier
Starting process…
Capturing positive training images.
Type c (and press enter) to capture an image.
Press Ctrl-C to quit.c
Capturing image…
Could not detect single face! Check the image in capture.pgm to see what was captured and try again with only one face visible.Thanks a lot
-
@plumcraft Are you using the Pi camera module or a usb webcam ?
-
I’m using the pi camera module. It’s correctly enable from the raspi config tool.
-
I’ve tried to capture an image from my pi camera with :
pi@pi:~ $ raspistill -o output.jpg
the raspistill tool hang…
The pi camera might be broken ? someone got the same issue ?
Do you have any good usb webcam compatible with raspberry pi 3 and opencv ? I would like to use the MMM Face recognition module…
Thanks
-
After retrying couple of times to make it work, it looks like the issue was coming the raspbian distribution or python package issue.
After reflashing my sd card with a fresh raspbian image, my camera works…
-
Hi,
First, thanks Paviro for the good work :) bless you + hug :p
Second, how do it work once configured, lets say with two users ? Is it always monitoring if someone is going in front of the mirror or we need a trigger to say “eyh recognize me now” ? That may be a stupid question but I prefer to ask before ordering my camera :) The MM is in my appartment entrance, so will it try to recognize every sec, or only when something goes in front of the cam
Third, I’d like to use a USB cam because the cable for the Pi cam is too short but I don’t know if I can order any type of usb cam. If it is an HD cam, will be it better or worse for the recognotion (mainly because it will take longer to process each image I guess).
thanks