As you can see described in that post from myself, I can get video pass-through working fine - I jsut can’t generate any OSD and the module seems to loose sync regularly untill you touch near the GND pin on the connector block.
I dont have any pullups or other hardware - just the breakout going to a breadboard going to the pins on the arduino. From what I could makeout from the Schematics, everything is onboard and I should be able to generate an OSD by now!!
Any tips or suggestions from anyone that has used this board succesfully would be massively appreciated.
looking at your code i have not found anything glaringly wrong. your spi for loops go backwards, but you correct that with your bit_mask array being reversed. you have the MSB of the address set when reading from the registers, which is good.