🐱 🎉 @libcamera side AutoFocus
Thanks to @pavel , people who made those changes https://gitlab.com/tui/libcamera/-/commits/l5 and others!
Will publish my tree tomorrow
@pavel @libcamera That's because I'm using different sharpness algo and different focus sweep algo. I've ported it from my external app
@NekoCWD @libcamera @pavel which phone is it?
@pi_crew @libcamera @pavel That's OnePlus 6 (oneplus-enchilada) running postmarketOS
@NekoCWD @libcamera @pavel Thats really impressive, wow!
@NekoCWD @libcamera @pavel Ooh very cool, will this get merged into upstream libcamera as well? Or is it just the fork by `tui`?
@QuadRadical @libcamera @pavel Yes, I'll send it upstream. I have a lot of things to upstream :P
https://git.nekocwd.duckdns.org/NekoCWD/libcamera
@NekoCWD @libcamera @pavel Very nice. How can I install your fork, for now, so I can get autofocus?
@QuadRadical @libcamera @pavel
https://git.nekocwd.duckdns.org/Administration/Documentation/src/branch/master/install-nightly-repo.md
and than
```
sudo apk add libcamera@nightly libcamera-ipa@nightly
```
But you need to trigger AF somehow. I'm using
```
wpctl status
```
There will be strings like
```
├─ Sources:
│ 60. Built-in Back Camera
│ * 62. Built-in Front Camera
│
```
And than
```
pw-cli set-param <cam-id> Props '{ 0x01000026 = 1 }'
```
@NekoCWD @libcamera @pavel Interesting, thanks! Maybe I'll wait until support is in snapshot, rather than me having to run a command to autofocus.