Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4845

Camera board • Re: Arducam 16MP AF camera on a Pi5 ?

$
0
0
used --tuning file to call it when needed. Works great on a Pi5 :D
What's that?
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.

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"   
It adds the tuning file to the rpicam-vid command when using a arducam camera set in Manual focus

https://github.com/Gordon999/RPiCamGUI/ ... iCamGUI.py

Statistics: Posted by gordon77 — Fri Jan 26, 2024 12:07 pm



Viewing all articles
Browse latest Browse all 4845

Trending Articles