camera firmware problems
#21
(07-20-2021, 08:28 AM)tomog Wrote: I have a fix for the firmware loading, and will tidy it up for release.

For now, I have a workaround to enable autofocus:
* Open Megapixels
* Touch your screen.

This should trigger the firmware loading (check dmesg) and you should observe Megapixels doing continuous autofocus. Sometimes it might be update the autofocus. Position your autofocus in the middle of your display, and touch the screen to trigger a autofocus.
Holy shit you are right. It works! That's amazingly simple, I just never tried it since I figured 'autofocus' means focussing by itself. I still wonder why dmesg reports a failure to start the firmware. Maybe it's just wrong debugging information and the firmware is only supposed to start upon touch input in the first place.
Thank you so much!
  Reply
#22
Quote:Holy shit you are right. It works!

Great, I'm glad it works. That gives me confidence that the fix I'm working on will solve this issue for others.

Quote:That's amazingly simple, I just never tried it since I figured 'autofocus' means focussing by itself.

Autofocus is meant to focus by itself, and it does, but only once the firmware successfully loads. The driver has a bug that means the firmware only manages to load once Megapixels has started and the screen has been touched. The fix I'm working on should mean autofocus starts on camera launch, and camera launch should be faster too.

Quote:I still wonder why dmesg reports a failure to start the firmware. Maybe it's just wrong debugging information and the firmware is only supposed to start upon touch input in the first place.

The dmesg log you see is a genuine failure to start the firmware. At the time this occurs, the firmware does fail to start, due to a bug in the driver.

When Megapixels is open, the driver is in a different state, and in this state the firmware is able to load. dmesg should then report that the firmware started successfully.

The fix will make sure the firmware loads successfully when it's meant to.
  Reply
#23
(07-10-2021, 02:20 AM)kqlnut Wrote: I've tried all the firmware images you provided (by replacing the original af firmware in /lib/firmware), but unfortunately all of them failed to start. I haven't set any of the extra registers though because I don't know how to do that except for modifying the driver and rebuilding the kernel which I haven't had the time for (is there another way?). I will look for more firmware dumps too.

I've added another AF firmware image to my small repository, which now contains a total of seven variants; already prepared images are, as always, available in the "firmware" directory.  With the driver improvements made by tomog, all firmware images should load correctly, so it would be highly advisable to test all available variants again, because it's highly possible that some of the available firmware images make the auto focus feature work better.

(07-20-2021, 09:33 PM)tomog Wrote: The dmesg log you see is a genuine failure to start the firmware. At the time this occurs, the firmware does fail to start, due to a bug in the driver.

When Megapixels is open, the driver is in a different state, and in this state the firmware is able to load. dmesg should then report that the firmware started successfully.

The fix will make sure the firmware loads successfully when it's meant to.

Awesome, great job! Smile  As already discussed on the #pinephone IRC channel, I'd strongly suggest that you go toward merging these improvements into the Linux kernel mainline.  Sure, some more work is required to reach the required quality of code, but that should be achievable.

As already discussed, loading the firmware image into the OV5640 MCU should be performed using the i2c_transfer() function directly and writing the entire firmware image at once, or in a few segments if that turns out not to work reliably, instead of poking individual registers.  That should speed up the firmware loading a bit, reducing the startup time of the Megapixels application.
  Reply
#24
Hello,

I'm experienceing the same issue on Archlinux ARM + sxmo.
@tomog, do you already have a patch for the driver or are you working on any public git/repo ?

Thanks a lot
  Reply
#25
(08-27-2021, 10:07 AM)LinLo Wrote: Hello,

I'm experienceing the same issue on Archlinux ARM + sxmo.
@tomog, do you already have a patch for the driver or are you working on any public git/repo ?

Thanks a lot

It's been working for me since the last Megapixels update, probably thanks to this commit.
  Reply
#26
Just gave it a try running Mobian bookworm with 5.13 kernel. The workaround with touching the screen to invoke auto-focus seems to work but focusing can be a bit erratic under low light conditions, continually pops in and out of focus.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  firmware udate Quectel EG25-G modem alwi 7 5,104 07-06-2022, 01:43 PM
Last Post: user641
  Need command to tell what modem firmware I am on. purpletiger 4 2,654 07-06-2022, 12:35 PM
Last Post: Zebulon Walton
  PostmarketOS Camera and ffmeg rafiki88 1 1,441 03-19-2022, 10:09 AM
Last Post: vap0rtranz
  Would another camera work in the PP? nelstomlinson 2 2,129 11-11-2021, 06:25 PM
Last Post: nelstomlinson
Sad Have I got a broken camera module? AKD251 2 2,160 11-07-2021, 11:12 AM
Last Post: beta-user
  3/32 upgrade board, Arrived Without Firmware, Troubleshooting Steps to SOLVED biketool 0 1,678 06-22-2021, 10:03 AM
Last Post: biketool
  camera + megaixel and strange behavior streak 0 1,642 06-02-2021, 06:45 AM
Last Post: streak
  Pinephone camera thread ryo 8 8,145 05-29-2021, 03:21 AM
Last Post: ryo
  Camera clicking sound unsatisfactory212 2 2,738 05-07-2021, 02:57 PM
Last Post: megous
  Fail safe way to update ANX7688 firmware scholbert 24 25,368 04-01-2021, 01:28 PM
Last Post: zborgerd

Forum Jump:


Users browsing this thread: 1 Guest(s)