Post #1031334
2026-04-09 08:50 UTC
Replies (2)
-
@tnt@chaos.social 2026-04-09 19:43
Thanks everyone, got it working ! Trick was to indeed use 0x3018[7:5] to select lane count except values is 010 for 2 lanes and 001 for 1 lane which is not what datasheet says. I had tried this (even with those values, I tried them all) but it's not enough. You also need to tweak the 0x3106[3:2] to adjust pixel clock vs mipi clock relationship. Without that the change above does disable lane 2 but it also screws up lane 1 and you don't even get packet headers. That's the bit I was missing.
-
@teilweise@layer8.space 2026-04-09 09:31
@tnt I cannot help you but just to clarify: You are talking about the OV5647 sensor this https://cdn.sparkfun.com/datasheets/Dev/RaspberryPi/ov5647_full.pdf datasheet is about? According to https://docs.arducam.com/Raspberry-Pi-Camera/Native-camera/5MP-OV5647/#image-sensor, there might be two versions: V1 (probably what the data sheet is about) and V2 which uses some kind of encryption (your problem?). Did you try to contact OVT? Sometimes asking companies for information yields surprising results.