Read the statement by Michael Teeuw here.
Facial Recognition - customize your mirror for every user!
-
In that case, you need to go up to the kitchen to grab a beer … and do the training. :)
-
then the mirror will only recognize when i’m in the kitchen with a beer:P
first off all we need to fix @paviro his PIR Sensor module. When everything is working I can/will create the case and hang it on the wall.
Otherwise my son will destroy it tomorrow morning or my grumpy old cat will play with the cables. -
PIR Sensor module doesn’t work? I don’t know, I don’t have one … never tried it.
-
When activate it gives a whit screen before startup of the mirror.
-
Oh cool, special effects courtesy the PIR sensor … love it. :)
Maybe @paviro should set a delay before activating the sensor reading. I assume that’s wha tit does, like I said, I don’t have a PIR sensor to play with … figured there are enough folks out there doing that already. :)
-
-
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!