Fork of https://gitlab.com/megapixels-org/Megapixels

Martijn Braam 243ef89cb5 Added quick'n'bad debayer implementation for previews il y a 4 ans
.builds e3532c40b4 Fixed up arch CI il y a 4 ans
.gitignore db131f2cb0 Chosen project name il y a 4 ans
CMakeLists.txt db131f2cb0 Chosen project name il y a 4 ans
LICENSE db131f2cb0 Chosen project name il y a 4 ans
README.md 59615b5894 Added build instructions il y a 4 ans
bayer.c 38fd591828 Make the camera work in bayer mode il y a 4 ans
bayer.h 38fd591828 Make the camera work in bayer mode il y a 4 ans
camera.css f40f17a588 Initial commit il y a 5 ans
camera.glade 1503b71430 Set default size for window il y a 4 ans
ini.c 94d437df30 Added config file parser and meson script il y a 5 ans
ini.h 94d437df30 Added config file parser and meson script il y a 5 ans
main.c 243ef89cb5 Added quick'n'bad debayer implementation for previews il y a 4 ans
meson.build 243ef89cb5 Added quick'n'bad debayer implementation for previews il y a 4 ans
org.postmarketos.Megapixels.desktop 4be3e43b3a Added launcher il y a 4 ans
org.postmarketos.Megapixels.svg 2f3b1afe2d Improved icon il y a 4 ans
pinephone.ini 5c0611c64f Support setting the framerate il y a 4 ans
quickdebayer.c 243ef89cb5 Added quick'n'bad debayer implementation for previews il y a 4 ans
quickdebayer.h 243ef89cb5 Added quick'n'bad debayer implementation for previews il y a 4 ans
uvc.ini 38ec7621fc Added main loop for loading new frames il y a 5 ans

README.md

Megapixels

A GTK3 camera application that knows how to deal with the media request api

Building

$ meson build
$ cd build
$ ninja
$ sudo ninja install