iiс driver development for CS-MIPI-IMX307
-
Hi. there is a CS-MIPI-IMX307 camera module.
I want to send commands to the camera from the fpga board. my fpga board is not a Raspberry pi. my fpga board does not have an operating system. i2c address of your module is 0x3B. can you provide a description of the i2c protocol for CS-MIPI-IMX307 camera module?I'm interested in the list of commands and the description of the package that I have to send via the i2с bus.
-
@pavel_fpga
More than one customer has used it this way.
The camera supports the standard i2c protocol and the i2c address is 0x3b.
For specific registers and functions, please refer to the script we provide on the Raspberry Pi and its description.
http://wiki.veye.cc/index.php/CS-MIPI-X_i2c -
- what data should i enter by index -f ? can you provide a list and description of this data?
- i2c protocol is <0x3b - 1 byte> <-f powerhz - ?byte> <-p1 60 - 1 byte>
( -f powerhz - ?byte ) - According to the script you provided, I can't see the values that I have to pass in this field.
-
@pavel_fpga
https://github.com/veyeimaging/raspberrypi/tree/master/i2c_cmd/source/i2c_tools
Please refer to the source code.