PINE64
Error - megapixels not opening - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: Error - megapixels not opening (/showthread.php?tid=16130)

Pages: 1 2


Error - megapixels not opening - user641 - 02-19-2022

I am having some problems with a mobian isntall I did today, when tryting to open megapixels I get this error:

Code:
mobian@mobian:~$ megapixels
Renderdoc not found
Found config file at /usr/share/megapixels/config/pine64,pinephone-1.2.ini
Adding camera rear from config
Adding camera front from config
Found postprocessor script at /usr/share/megapixels/postprocess.sh

(megapixels:2559): Gdk-WARNING **: 22:08:12.230: gdk_gl_context_set_required_version - GL context versions less than 3.2 are not supported.
Initialized OpenGL 2.1
**
Gsk:ERROR:../../../gsk/gl/gskglcommandqueue.c:1266:gsk_gl_command_queue_create_render_target: assertion failed (glCheckFramebufferStatus (GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE): (0x00008cd6 == 0x00008cd5)
Bail out! Gsk:ERROR:../../../gsk/gl/gskglcommandqueue.c:1266:gsk_gl_command_queue_create_render_target: assertion failed (glCheckFramebufferStatus (GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE): (0x00008cd6 == 0x00008cd5)
Annullato
What can I do?


RE: Error - megapixels not opening - dante404 - 02-22-2022

Same here Cry   , since I've installed some Mobian updates and rebooted.


RE: Error - megapixels not opening - johns - 02-22-2022

(02-22-2022, 02:46 PM)dante404 Wrote: Same here Cry   , since I've installed some Mobian updates and rebooted.

I experienced this too. I manually fetched the package for megapixels 1.4.3 and installed that, and it's working again.
(Maybe this will cause me some problem I don't know about yet, I only just did it a few minutes ago.. But I did not have to install or upgrade any other packages to make it work, so I hope there will be no issues.)

-john


RE: Error - megapixels not opening - dante404 - 02-24-2022

(02-22-2022, 10:33 PM)johns Wrote: I experienced this too. I manually fetched the package for megapixels 1.4.3 and installed that, and it's working again.
(Maybe this will cause me some problem I don't know about yet, I only just did it a few minutes ago.. But I did not have to install or upgrade any other packages to make it work, so I hope there will be no issues.)

-john

Thank you for this info!
How did you do that? Fetched the source and compiled it yourself? Or is there a deb package of v1.4.3 anywhere?


RE: Error - megapixels not opening - johns - 02-24-2022

(02-24-2022, 04:25 PM)dante404 Wrote:
(02-22-2022, 10:33 PM)johns Wrote: I experienced this too. I manually fetched the package for megapixels 1.4.3 and installed that, and it's working again.
(Maybe this will cause me some problem I don't know about yet, I only just did it a few minutes ago.. But I did not have to install or upgrade any other packages to make it work, so I hope there will be no issues.)

-john

Thank you for this info!
How did you do that? Fetched the source and compiled it yourself? Or is there a deb package of v1.4.3 anywhere?

Just grabbed the deb package from http://ftp.debian.org/debian/pool/main/m/megapixels/

-john


RE: Error - megapixels not opening - battlegarden - 02-25-2022

I had the same problem. no need to download or reinstall things, just



Code:
sudo dpkg-reconfigure megapixels



and it should work again


RE: Error - megapixels not opening - dante404 - 02-25-2022

@ johns : Thank you! It worked!  Smile

@ battlegarden : Too late for me, but thank you too!  Smile


RE: Error - megapixels not opening - jsch - 02-26-2022

On my phone the latest version works fine until there is a {bar,qr}code. The previous version marked it with a red rectangle and you could copy the content. The current version (1.4.3-1) freezes.
Can you reproduce this issue?


RE: Error - megapixels not opening - johns - 02-26-2022

(02-26-2022, 12:51 PM)jsch Wrote: On my phone the latest version works fine until there is a {bar,qr}code. The previous version marked it with a red rectangle and you could copy the content. The current version (1.4.3-1) freezes.
Can you reproduce this issue?

I never tried on the old version, but I can confirm that with the current version, it freezes. It appears to lock on the QR code and then the image wobbles/vibrates and moving the camera no longer moves the image.

-john


RE: Error - megapixels not opening - jsch - 02-26-2022

I found a bug report matching this issue: https://gitlab.com/postmarketOS/megapixels/-/issues/45