@kicifans Enabled debug and after closing the MMM-Faces module I tried to run, I can see the DNN module startup and the last thing it shows it opening camera stream. Nothing after that and no errors. It causes MM to stop updating any screens but shows only the modules rendered up to that point. If I press CTRL-C it stops and shows captured xx FPS so it is doing something, but the way the module is launching the python script, it isn’t allowing the main Magic mirror to process anymore (like it isn’t spawned in a thread or something but blocking instead).
I figured I would try the MMM-Faces module again since it at least looked promising but when I open the management interface and click the camera icon for a preview, it only shows one image and doesn’t update in real time so I guess I need to troubleshoot that one instead unless there are any thoughts on the DNN module. I tried the python command from the command prompt and it said it was opening the input stream and creating output stream with no errors, just seems to block all processes if launched within the magic mirror setup.