Arducam-Pivariety-V4L2-Driver icon indicating copy to clipboard operation
Arducam-Pivariety-V4L2-Driver copied to clipboard

0.0.12 breaks manual focus in libcamera

Open antisaint81 opened this issue 2 years ago • 5 comments

With version 0.0.12 manual focus settings in libcamera no longer work correctly on the 64MP; the image is blurred no matter what it's set to. Blurry at zero and increasingly worse the higher you go. Using the manual focus python script works correctly, but libcamera by itself does not. I had to downgrade to 0.0.11 to fix it.

antisaint81 avatar Feb 14 '23 15:02 antisaint81

Any update on that one?

yaazzz avatar Feb 19 '23 19:02 yaazzz

Same problem here, I had to retrograde version to be able to use my 64mp cam

SocMirror avatar Feb 20 '23 18:02 SocMirror

came here to say this. It seems like a simple fix, you just need to change the range of values from 0-15 instead of 0-1000 like you used to have it. cmon arducam folks :(

quitmeyer avatar Mar 22 '23 20:03 quitmeyer

@quitmeyer I will try that later on thank you. but if the distance as decreased to 0-15, can we inject a float in order to be a bit more precise on the focus ? Thank you

If anyone else has managed to have a fix potentially.

SocMirror avatar Apr 06 '23 13:04 SocMirror

yeah totally make it a float!

quitmeyer avatar Apr 07 '23 02:04 quitmeyer