A GTK3 camera application that knows how to deal with the media request api
Go to file
Martijn Braam efb26135bd Use gresources and add new camera icon 2020-09-18 16:10:15 +02:00
.builds Fixed up arch CI 2020-09-08 14:45:11 +02:00
.gitignore Chosen project name 2020-09-03 01:48:47 +02:00
CMakeLists.txt Chosen project name 2020-09-03 01:48:47 +02:00
LICENSE Chosen project name 2020-09-03 01:48:47 +02:00
README.md Added hub url to the readme 2020-09-18 15:21:03 +02:00
bayer.c Make the camera work in bayer mode 2020-09-02 19:45:28 +02:00
bayer.h Make the camera work in bayer mode 2020-09-02 19:45:28 +02:00
camera.css Added end-user errors 2020-09-16 19:50:46 +02:00
camera.glade Use gresources and add new camera icon 2020-09-18 16:10:15 +02:00
ini.c Added config file parser and meson script 2020-01-23 23:04:36 +01:00
ini.h Added config file parser and meson script 2020-01-23 23:04:36 +01:00
main.c Use gresources and add new camera icon 2020-09-18 16:10:15 +02:00
meson.build Use gresources and add new camera icon 2020-09-18 16:10:15 +02:00
org.postmarketos.Megapixels.desktop Added launcher 2020-09-03 17:42:03 +02:00
org.postmarketos.Megapixels.gresource.xml Use gresources and add new camera icon 2020-09-18 16:10:15 +02:00
org.postmarketos.Megapixels.svg Improved icon 2020-09-03 22:58:16 +02:00
pinephone.ini Support setting the framerate 2020-09-14 17:07:37 +02:00
quickdebayer.c Improved debayer implementation 2020-09-16 13:39:12 +02:00
quickdebayer.h Added quick'n'bad debayer implementation for previews 2020-09-15 00:03:41 +02:00
switch-camera.svg Use gresources and add new camera icon 2020-09-18 16:10:15 +02:00
uvc.ini Added main loop for loading new frames 2020-01-25 14:34:37 +01:00

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

Developing

See the mailing list and issue tracker on https://sr.ht/~martijnbraam/Megapixels/