@etale_cohomology said in How to set exposure for IMX-287M?:
It turns out you must manually select the I2C bus number (I also enabled I2C on raspi-config). Since I'm using CAM0 on RPI5, the bus is 6. Example:
./mv_mipi_i2c.sh -r -f manufacturer -b 6
This works.
Yes