org.postmarketos.Megapixels CC0-1.0 GPL-3.0 Megapixels A gnome camera application for phones

Megapixels is a camera application designed for phones and tablets. It implements the v4l2 and media-request apis so set up camera pipelines on ARM hardware and uses the raw data modes of the sensors to get the best quality pictures.

org.postmarketos.Megapixels.desktop megapixels http://brixitcdn.net/metainfo/megapixels.png https://sr.ht/~martijnbraam/megapixels

This release has a rewrite in the config file parsing and camera handeling.

  • Support 1-5 cameras now instead of the hardcoded 2
  • Support cameras being in their own video and media node
  • Debayering now supports 4 pixel orders instead of the hardcoded BGGR
  • Added Appstream metainfo for graphical package management software
  • The preview now has the correct gamma curve, making the images brighter so you can see what you're capturing
  • Fixed some posix compliance issues

This is the UI improvement release. Now it's possible to change exposure settings in the app preview

  • Added UI for camera controls
  • Slight image quality improvements on the generated .jpg files
  • Better support for other releases of dcraw
  • Fixed bug on locales with a comma as decimal seperator

This release rewrites a lot of the image processing pipeline. Megapixels now only directly outputs .dng files and then triggers an external processing pipeline to convert that into the desired image formats

  • Capture a burst of 5 raw frames when pressing the shutter button
  • Added colorspace metadata to the images
  • Added exif tags to the generated images
  • If the sensor supports autofocus then that is triggered on the start of the application
  • Fixed some memory leaks

This release brings mainly UI improvements

  • Settings button does slightly more now, but is still useless
  • Made the shutter button more visible
  • Use all svg icons in the bottom bar
  • Added button to open the image storage folder
  • Added button tthat opens the latest image
  • Taking a picture now sets a thumbnail on the latest image button

First distro-packaged release of Megapixels