Hello Everyone!
I am quite new to MotionEyeOS so I apologise if this is a simple question, I just haven't been able to find an answer to it anywhere else.
I am building a security camera system as my senior major project in my design class for high school, and one of the features I need on this system is a motion activated light. Upon discovering that I can't find a way to do it online I planned to just hook a motion sensor up to a spare Arduino I had laying around. I would prefer not to use the Arduino however, as that's just adding another board to a system that's supposed to be as compact as possible.
I am using a Raspberry Pi Infrared Night Vison camera (as seen
here) that's hooked up to a Raspberry Pi Zero, that is then connected over ethernet to a Raspberry Pi 3B+ with a USB hard drive as the server.
I was kind of banking on it being possible to program in a motion activated LED directly into MotionEye, but I'm yet to have seen it done before. I'm pretty sure there's already motion activation features in MotionEye, I just wonder if it's possible to solder an LED to a GPIO pin or the USB out or something. I'm hoping that you guys may be able to help me out on this one. I'm pretty experienced in Python, however I have a very strict time schedule to have this done by.
Thank you!!!
TL;DR: I need a way to automatically turn on an LED through motion activation in MotionEyeOS.