So I've had this idea of a project I'd like to execute in the not-too-distant future, and I'm trying to understand how I might go about doing it.
The idea: I want to have an HDMI switcher setup where I can detect which input is currently selected. My immediate goal for using this information is to have a light turned on based on which input is being output and displayed on the TV.
While conceptually simple, as someone extremely new to RPi (and, realistically, hardware stuff) I'm not sure what type of setup could be possible. I haven't found any HDMI switchers that have any sort of open source hardware configuration or API or anything like that. I was imagining some type of hardware integration, hooking into existing pins on the switcher.. but that would be very specific to the switcher selected I would think. I also thought maybe there would be a way to make the RPi act as the switcher, but it doesn't seem like that would be possible..
I'm a software developer, so writing some code to manage anything shouldn't be a problem. I just haven't had much hardware experience since college. Any ideas/conversation would be much appreciated!