<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-Facial-Recognition proplems]]></title><description><![CDATA[<p dir="auto">I’ve gone through the set up, made a training.xml, and python <a href="http://facerecognition.py" target="_blank" rel="noopener noreferrer nofollow ugc">facerecognition.py</a> gives me me</p>
<pre><code>Strong: User1
</code></pre>
<p dir="auto">I’ve added the module in the config</p>
<pre><code>modules: [
		{
	module: 'MMM-Facial-Recognition',
	config: {
		// 1=LBPH | 2=Fisher | 3=Eigen
		recognitionAlgorithm: 1,
		// Threshold for the confidence of a recognized face before it's considered a
		// positive match.  Confidence values below this threshold will be considered
		// a positive match because the lower the confidence value, or distance, the
		// more confident the algorithm is that the face was correctly detected.
		lbphThreshold: 50,
		fisherThreshold: 250,
		eigenThreshold: 3000,
		// force the use of a usb webcam on raspberry pi (on other platforms this is always true automatically)
		useUSBCam: true,
		// Path to your training xml
		trainingFile: 'modules/MMM-Facial-Recognition/training.xml',
		// recognition intervall in seconds (smaller number = faster but CPU intens!)
		interval: 2,
		// Logout delay after last recognition so that a user does not get instantly logged out if he turns away from the mirror for a few seconds
		logoutDelay: 15,
		// Array with usernames (copy and paste from training script)
		// users: ['Andre'],
		//Module set used for strangers and if no user is detected
		defaultClass: "default",
		//Set of modules which should be shown for every user
		everyoneClass: "everyone",
		// Boolean to toggle welcomeMessage
		welcomeMessage: true
	}
},
</code></pre>
<p dir="auto">And given different classes to the other modules. some just for me</p>
<pre><code>classes: 'Andre',
</code></pre>
<p dir="auto">and some for everyone</p>
<pre><code>classes: "default everyone",
</code></pre>
<p dir="auto">But the mirror doesn’t seem to see me, cause it only shows the modules that are set up for everyone.</p>
]]></description><link>https://forum.magicmirror.builders/topic/6633/mmm-facial-recognition-proplems</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 05:02:50 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6633.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Feb 2018 22:11:27 GMT</pubDate><ttl>60</ttl></channel></rss>