Tags give the ability to mark specific points in history as being important
-
2.0.0-alpha2
46ada9c1 · ·Megapixels 2.0.0-alpha2 * Automatically rotate image based on accelerometer values * Add possibility to use hardware buttons to take a picture * Add support for additional YUV formats * Update to GNOME 47 runtime in the Flatpak * Fixed memory leak in the AAA implementation * Fix up config file lookup code for better Flatpak integration * Fix black imges with dcraw * Fix segfault on video capture * Fix memory leak in save_jpeg
-
2.0.0-alpha1
d1f9b888 · ·Megapixels 2.0.0-alpha1 Pre-release version of Megapixels 2 Several devices now have better support in the Megapixels 2.x development branch than in the Megapixels legacy branch so this is a release for distributions to be able to package Megapixels for those devices. The device support in this release should strictly be a superset of the old Megapixels 1.x releases but not all features are fully functional yet. This release depends on libdng 0.2.0 and libmegapixels 0.2.0 to run correctly. Thanks to @k.vos, @pavelm, @pastalian for the Megapixels app contributions. See also: - https://gitlab.com/megapixels-org/libmegapixels/-/tags/0.2.0 - https://gitlab.com/megapixels-org/libdng/-/tags/0.2.0
-
1.8.0
cfe2df76 · ·Megapixels 1.8.0 Maintenance release for the 1.x codebase * Created a new calibration profile for the PinePhone front camera since the kernel has hardcoded a new whitepoint for this sensor * Explicitly set the camera rotation on start because this state is remembered after other applications close the V4L device * Fixed debayer shader for GRBG and GBRG modes which is used on various qualcomm devices
-
1.5.2
8df79054 · ·Megapixels 1.5.2 Bugfix release that clamps the minimum burst length to 2 since existing postprocessing scripts have the second frame hardcoded since the first one might be black.
-
1.5.1
894e090b · ·Megapixels 1.5.1 * Fix the screen flash resetting the display brightness to zero when taking a picture with the front camera with flash disabled * Fix the pipeline cleanup after taking a picture causing the preview framerate to drop * Updated the appstream metadata and version number for 1.5.x
-
1.5.0
ee26b8e6 · ·Megapixels 1.5.0 * Added support for the Xiaomi Mi Note 2 * Read more possible postprocessors from /usr/share/megapixels/postprocessord. * Added a setting on the settings page for selecting the wanted postprocessor * Save the state of the flash in the exif metadata * Make the burst length dynamic. Instead of the fixed 3-shot burst it now takes 2 to 5 shots depending on the gain of the sensor.
-
-
-
1.4.0
41110321 · ·Megapixels 1.4.0 Release * Add LED and Display-based flash support * Fix whitelevel and ISO metadata in DNG files * Fix memory leak when rotating device
-
-
-
1.3.0
fa5cbb5d · ·Megapixels 1.3.0 New release with some contributions that were emailed to me and from experiments in the #megapixels:postmarketos.org chat. * Improve contrast/color handleing in the default postprocessing script * Redesigned the QR dialog for data QR-codes
-
1.2.0
c584583d · ·Megapixels 1.2.0 * Add purism metadata for formfactors * Fix glib schema builds * The autofocus is now async so it doesn't hang the UI. (thanks WebFreak001)