In openhd 2.x the camera system is designed around a pi camera as the main cam, and then any other kind of camera as the secondary, which can be switched on and off with an RC channel.
In addition to that you can opt to use that 2nd camera all the time by making a file called air.txt on the SD card.
In 3.0 you’ll be able to use whatever cameras you want in any combination.
There are a few kinds of arducam splitters/switches, they have one that you just connect 2 cameras to and it splits the screen, then they have some others that switch with a GPIO, we have support for those as well.
How can I use the rc to control the gpio on the ground to output high or low levels?Do I need to add anything to the openhd source code and if so, how?