Read the statement by Michael Teeuw here.
Facial Recognition - customize your mirror for every user!
-
Yeah, I don’t know that module, or where it’s actually failing. But I can imagine if MM is initializing and the sensor is also doing something, things can go wrong. That’s why I suggested a delay.
The touch sensor I’m playing with has a built-in 4 seconds delay before it becomes active, then it spends 5 to (no more than) 10 seconds calibrating itself. So plenty of time for MM to start up completely before the sensor starts “talking” to the rpi.
-
@Wilco89 No will do but I have so much stuff on my hand at the moment… Moving to Berlin in August etc…
-
@paviro wir warten noch ein Moment. Viel Spaß im Berlin.
I hope everything is going well with the move to Berlin. So everybody will be happy in a few weeks.
-
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.