- 16 Jan, 2023 2 commits
-
-
Dorota Czaplejewicz authored
device: Guard public API See merge request !83
-
Evangelos Ribeiro Tzaras authored
Fixes the crash reported in #62, but does not treat the underlying issue.
-
- 15 Jan, 2023 2 commits
-
-
Dorota Czaplejewicz authored
Don't crash on empty media-ctl response See merge request !81
-
Dorota Czaplejewicz authored
focus: Don't crash if device does not exist See merge request !80
-
- 04 Jan, 2023 1 commit
-
-
Dorota Czaplejewicz authored
Fixes broken newline stripping.
-
- 03 Jan, 2023 1 commit
-
-
Dorota Czaplejewicz authored
The C side didn't do anything with the fd, it only existed to be passively held.
-
- 22 Dec, 2022 23 commits
-
-
Dorota Czaplejewicz authored
cleanups: fix warnings. See merge request !79
-
Pavel Machek authored
-
Pavel Machek authored
Fix ../quickpreview.c:119:9: warning: implicit declaration of function ‘g_printerr’ [-Wimplicit-function-declaration] 119 | g_printerr("MPCamera: x:y %d:%d x_r:y_r %d:%d\n", x, y, x_r, y_r); | ^~~~~~~~~~ [9/33] Compiling C object millipixels.p/camera_config.c.o
-
Pavel Machek authored
../process_pipeline.c:302:16: warning: zero-length gnu_printf format string [-Wformat-zero-length] 302 | sprintf(msg, ""); | ^~
-
Pavel Machek authored
This avoids duplication, and fixes warning In file included from ../main.c:26: ../wb.h:4:14: warning: ‘WB_WHITEPOINTS’ defined but not used [-Wunused-variable] 4 | static float WB_WHITEPOINTS[][3] = { | ^~~~~~~~~~~~~~
-
Pavel Machek authored
../main.c:95:24: warning: ‘app’ defined but not used [-Wunused-variable] 95 | static GtkApplication *app;
-
Pavel Machek authored
../io_pipeline.c: In function ‘on_frame’: ../io_pipeline.c:453:7: warning: implicit declaration of function ‘check_window_active’ [-Wimplicit-function-declaration]
-
Dorota Czaplejewicz authored
Add support for video recording See merge request !76
-
Pavel Machek authored
-
Dorota Czaplejewicz authored
-
Dorota Czaplejewicz authored
-
-
-
-
-
movie script
-
-
-
I could not find format string for uint64_t, but uintmax_t has one.
-
-
-
-
-
- 16 Dec, 2022 2 commits
-
-
Dorota Czaplejewicz authored
make various texts movable. See merge request !78
-
Dorota Czaplejewicz authored
suspend processing when app is not active See merge request !77
-
- 15 Dec, 2022 2 commits
-
-
Pavel Machek authored
-
Pavel Machek authored
Determine, if our window is active. Ignore frames without any processing when it is not. suspend: actually suspend processing. CPU usage from 200%+ to <1% when windows are switched, or when screensaver is activated.
-
- 27 Nov, 2022 2 commits
-
-
Dorota Czaplejewicz authored
ae: Tweak settings. See merge request !74
-
Pavel Machek authored
On a sunny day, threshold for oversaturated pixels is not reached, even when sensor clearly is saturated. Decrease the threshold to make autoexposure work.
-
- 21 Nov, 2022 3 commits
-
-
Dorota Czaplejewicz authored
Add basic autofocus support See merge request !73
-
Pavel Machek authored
-
-
- 20 Nov, 2022 2 commits
-
-
Dorota Czaplejewicz authored
ae: initial auto-exposure support See merge request !72
-
Pavel Machek authored
-