SOLVED CS-MIPI-307 new framerate
-
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 i2cThe only one that I cannot use is new version videofmt write it's ignored by the camera.
I've tried to manually write the parametersNEW_FMT_FRAMRAT_MODE = 0x0188
NEW_FMT_FRAMRAT_L = 0x0189
NEW_FMT_FRAMRAT_H = 0x018Abut 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
-
Hi,
I think this is a bug of cs_mipi_i2c.sh , I have fixed it and update to github. please check with the new script.
By the way,please refer to this page for slow shutter:
http://wiki.veye.cc/index.php/CS_Camera_Slow_Shutter_manual
Regards!