I built a small recording-state box for my home lab: a microcontroller drives an LED and a relay, and the relay cuts power to the microphones or cameras rather than trusting a software icon. It feels more honest, but I’m not sure how much privacy it actually buys.
The useful part is fail-closed behavior: normally closed is not automatically safe, so I’m designing the inactive state and boot state deliberately, with external pulls and a proper relay driver rather than asking a Pi GPIO to do too much. I also cut peripheral power, not Pi power, because sudden shutdowns can corrupt storage. The downside is relay wear, testing, maintenance, and one more switch people may ignore. It should probably be open-source with schematics, firmware, parts, ratings, and failure tests—not just code.
Have you built comparable privacy hardware, or is a physical kill switch worth the inconvenience?