@phoenixrising That is only an override for the defaults? Or am I missing something here. Working the same way with or without the config part.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
J
Latest posts made by Jhonte
-
RE: Motion Detector
-
RE: Motion Detector
@phoenixrising said in Motion Detector:
@Jhonte , post your config file.
/* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], language: 'en', timeFormat: 24, units: 'metric', modules: [ { module: 'motiondetector' } ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;}
-
RE: Motion Detector
@alexyak I’m using raspberry pi 3 with the camera module. And the motiondetection module.
Could not initiate the module before I ran sudo modprobe bcm2835-v4l2 but even after I never get any motion “score”.
I inspected the diffImageData it all contained 0,0,0,255 in series…
The camera works when using raspistill. Any hints of what I can test to debug the camera output within electro?