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

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

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