From 3d4eabe8e87048441da606128343c484c7585594 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Sun, 6 Dec 2020 16:23:39 +0100 Subject: [PATCH] Update changelog in metainfo --- data/org.postmarketos.Megapixels.metainfo.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/org.postmarketos.Megapixels.metainfo.xml b/data/org.postmarketos.Megapixels.metainfo.xml index eaafe32..9f2cfcd 100644 --- a/data/org.postmarketos.Megapixels.metainfo.xml +++ b/data/org.postmarketos.Megapixels.metainfo.xml @@ -26,6 +26,25 @@ https://sr.ht/~martijnbraam/megapixels + + +

+ Major performance improvement release. Thanks to Benjamin Schaaf this release + uses threading to process frames for the preview and makes more of the app + async, improving the responsiveness a lot. + + This release also adds resolution switching when taking a picture so the preview + can run on a lower resolution. +

+
    +
  • Don't wait for camera to turn on before showing window
  • +
  • Use seperate thread for image processing, keeping UI responsive
  • +
  • Apply color calibration in the preview
  • +
  • Run camera at lower resolution while previewing
  • +
  • Added seperate tools for camera testing from the command line
  • +
+
+