A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
gesture recognition with picamera - need help to implement
-
hi guys, doing my master’s thesis using MMM and I created a python script that detects gestures and sends messages to electron main using a UDP server.
I need help in integrating my program main (where I get the gestures message) to the main of MMM and also to the youtube iframe in order to control the video using the gestures.
can contact me also at lorcha@post.bgu.ac.il
-
@amirco to integrate python w mm, your python pgm outputs to stdout. then a mm module node_helper reads the stdout and sends messages to the browser side of the mm module to handle display.
see my PythonPrint module for the basic structure. https://github.com/sdetweil/MMM-PythonPrint
there are existing modules for iframe, but I don’t know how you control them from outside