Closed
Description
Another one like #3146
https://www.raspberrypi.com/documentation/accessories/camera.html#external-trigger-on-the-gs-camera
According to the IMX296 datasheet, XTRIG should be limited to OVDD+0.3V where OVDD=1.8V; but the documentation suggests it's safe to apply 3.3V to XTRIG.
The GPIO->XTRIG connection on the camera board uses a level shifter, but if R11 is removed as instructed then there will be neither level shifter nor pull-up, so it is hard to see how this can safely be driven from a Pico.
Asked on forum here https://forums.raspberrypi.com/viewtopic.php?t=358276#p2148485