SOLVED Possible typo in CS-MIPI Wiki
-
Hi,
I am adding settings for the IMX307 into the OpenHD code.
I am following the wiki and found that for aetarget the example uses hex but the range is in standard numbers. Can you please confirm which should be used for this setting?
Thanks
Danny
-
Another possible typo is in the mwbgain setting. in the example it says BGAIN but in the description it says dgain.
Are you also able to provide example values for these? I am developing this without having the a compatible camera so doing it a bit blind for now.
-
@macdaddyfpv said in Possible typo in CS-MIPI Wiki:
Can you please confirm which should be used for this setting?
aetarget:
This is not a typo, rang[0,255] is the same as [0x0,0xFF].
You can use both hex and decimal in the script. -
@macdaddyfpv
mwbgain:
Yes, this is typo, thanks!
mwb, Manual white balance, is a very difficult mode to adjust, and I do not recommend using this mode unless it is a special laboratory need. -
@veye_xumm Thank you for the prompt response. I'll remove the mwb mode from the code as it is likely not needed for FPV flying.
Cheers
Danny -
@veye_xumm While we are at it, one more possible typo but this time in the VEYE-MIPI_I2C wiki. For mwbgain the example write function is stating to use wbmode instead of mwbgain.
-
@macdaddyfpv yes,this is a typo ,thanks!