@dm
@dm said in software trigger for MV-MIPI-SC130M:
Are the trigger pins of the sensor not connected to the device controller?
The trigger pins of the sensor are connected to the device controller
@natzguk
Raspberry Pi 5 is special, its i2c bus is 4 and 6. meanwhile, Raspberry Pi need to configure the parameters in advance, please refer to this link below:
https://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_Pi#Raspberry_Pi_5_Setting
@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
@vaa said in New Raspberry pi 5 support:
@veye_xumm
In case I try to set pixel_format to any other value is cause VIDIOC_STREAMON fail. I suppose this is a bug in the driver.
Some other applications like gstreamer only set pixel_format if you directly point to do this, this is why it works, but many others (e.g. trying to set default pixel_format) are not.
Will you going to fix the issue?