Elektrine lite

← Feed

@tnt@chaos.social

Post #1601303

2026-04-09 10:10 UTC

@teilweise Yes, it's that datasheet. And I think in that link they're talking about he rpicam v1 / v2. I'm using the rpi cam v1. The v2 doesn't even use an ov5647 it's another sensor. I didn't try to contact OVT no. Just submitted through their form but I don't expect much. They're quite notorious for not caring if you're not the one buying.

Replies (1)

  • @teilweise@layer8.space 2026-04-09 12:01

    @tnt Just a guess: Did you check bit order? Big/Little Endian? Maybe you want to read address 0x4800 but the IC responds with the content of 0x0012? The IC seems to support several conventions, see 0x480A, the default (0x00) being … undocumented.

    Open ##1601304