Hi, i have an issue with i2c comminication, i use a raspberry pi zero witn CS-MIPI-IMX307.
I can write/read correctly all the i2c command described in CS-MIPI-X i2c
The only one that I cannot use is new version videofmt write it's ignored by the camera.
I've tried to manually write the parameters
NEW_FMT_FRAMRAT_MODE = 0x0188
NEW_FMT_FRAMRAT_L = 0x0189
NEW_FMT_FRAMRAT_H = 0x018A
but i read always 0
I have upgraded the firmware to 2.36 version
I have tried with cs_mipi_i2c.sh and custom python code.
I need to take a picture with >1 seconds of exposure time
Thanks!
Davide