When running the rpicam apps you can specify a tuning file. I used the 'normal ' arducam one and made a mf version ( see back in this thread) and used them when appropriate when using rpicam-vid etc.What's that?used --tuning file to call it when needed. Works great on a Pi5
Here's a bit of code from my rpicamgui.py...
Code:
if (Pi_Cam == 5 or Pi_Cam == 6) and foc_man == 1 and Pi == 5: if os.path.exists('/usr/share/libcamera/ipa/rpi/pisp/imx519mf.json'): datastr += " --tuning-file /usr/share/libcamera/ipa/rpi/pisp/imx519mf.json"
https://github.com/Gordon999/RPiCamGUI/ ... iCamGUI.py
Statistics: Posted by gordon77 — Fri Jan 26, 2024 12:07 pm