UNSOLVED Camera Paramter saving
-
I am using the IMX462 sensor.
I would like to use the Paramsave command to store the modified parameters.
After saving, I want the device to operate with the updated parameters after reboot.
Product: VEYE-MIPI-IMX462
However, the parameters are not actually being saved after modification.
Please check this issue.
-
Only ISP-related parameters can be persistently saved after power-off through the
paramsave
command. Therefore, I recommend that you reconfigure your desired parameters in the startup script during program design.As for which commands can be saved, you can refer to the
veye_mipi_i2c.sh
source code. If the corresponding read/write functions contain operations like'./i2c_write $I2C_DEV $I2C_ADDR 0x10 0xDA'
, it indicates that the function's register belongs to the ISP category and can be saved usingparamsave
.