Open ysoldak opened 10 months ago
There is a free unused bridge on the board that is connected by default.
We can use it to suppress analog camera auto-detection and force analog (or digital) mode.
Right now we try detect analog camera on boot and if not present, we switch to digital mode, otherwise stay in analog mode.
As of 2.6.1, we are going to have configuration switch for that: MSP PINS with values: AUTO, OFF and MSP OUT
MSP PINS
AUTO
OFF
MSP OUT
There is a free unused bridge on the board that is connected by default.
We can use it to suppress analog camera auto-detection and force analog (or digital) mode.
Right now we try detect analog camera on boot and if not present, we switch to digital mode, otherwise stay in analog mode.