Commit graph

60 commits

Author SHA1 Message Date
Andreas Frisch
495c67b137 use jpegparse element, switch videosink to asyc (should fix preview on Canon EOS 1200D) 2017-08-06 23:50:20 +02:00
Andreas Frisch
10ff3c31a7 fix incorrectly preferred gstgtksink widget size 2017-07-25 15:24:15 +02:00
Andreas Frisch
983fa56247 whitespace fixups 2017-07-25 13:34:00 +02:00
Andreas Frisch
bb3cfcb6cb implement GtkImage overlay widget instead of gdkpixbufoverlay for preview video 2017-07-25 13:30:16 +02:00
Andreas Frisch
150faef87f convenience macros for getting keys from ini files with debug & fix icc profile getting 2017-07-25 11:09:45 +02:00
Fraxinas
d962303eaa correctly use ini-defined preview fps everywhere 2017-07-18 17:30:04 +02:00
Fraxinas
dbaf79e532 add security checks in cam init and close 2017-07-18 17:30:04 +02:00
Fraxinas
984dd3cbb8 implement preview mirroring 2017-05-27 13:33:21 +02:00
Fraxinas
98ad876efc fix twittering 2017-04-29 17:47:27 +02:00
Fraxinas
9f95706127 Photobooth: reduce Preview FPS (reduce latency!) modify pretrigger and trigger delays 2017-04-22 15:04:33 +02:00
Andreas Frisch
cdc0d2f625 implement twitter 2017-04-14 22:39:16 +02:00
Andreas Frisch
fd9ed1b9c3 free upload strings 2017-04-10 20:36:22 +02:00
Andreas Frisch
273ce8abe6 Add description to imgur uploads 2017-04-02 21:36:42 +02:00
Andreas Frisch
54589b56bf fix translation of 3 Main Buttons 2017-04-02 21:31:05 +02:00
Andreas Frisch
174bc2db78 implement imgur uploading 2017-04-02 19:13:57 +02:00
Andreas Frisch
07aa7e39ae fix going back into preview with facebook upload disabled 2016-07-03 13:38:58 +02:00
Andreas Frisch
59b597d806 print multiple PAGES instead of multiple COPIES (workaround for possible bug in gutenprint) 2016-06-11 02:30:59 +02:00
Andreas Frisch
0db8e8537d fix going from screensaver back to preview 2016-06-10 12:20:22 +02:00
Andreas Frisch
2eb4b3dda3 wait until capture is paused before pluggin screensaver, prevents dangeling buffer in fd, hopefully fixes failing wakeup from screensaver to preview 2016-06-09 18:20:57 +02:00
Andreas Frisch
e8f90fd3f8 reset a block ids after removal, don't perform deferred state change to PREVIEW if previous state was anything else than COOLDOWN 2016-06-06 14:41:58 +02:00
Andreas Frisch
517cc232e6 Revert "use glsinkbin for screensaver playback (fixes occasionally missing video)"
This reverts commit bf6c5abbc1.
2016-06-06 14:08:17 +02:00
Andreas Frisch
bf6c5abbc1 use glsinkbin for screensaver playback (fixes occasionally missing video) 2016-06-06 13:51:44 +02:00
Andreas Frisch
051a0e95b5 implement state change watchdog, reinit camera in camera thread only 2016-06-06 10:58:43 +02:00
Andreas Frisch
0616c2ba21 bug fixes: init x11 threading, fix printer led, don't switch from video to photo bins until photo successfully taken, fix out-of-focus error handling 2016-06-05 15:42:01 +02:00
Andreas Frisch
22d0223ae6 add touch event sounds using libcanberra 2016-06-03 12:48:33 +02:00
Andreas Frisch
57a05a2447 implement printer led stripe, change some debug levels 2016-06-03 11:47:44 +02:00
Andreas Frisch
a751a991d2 implement slider to select number of copies. limits and default specified in .ini 2016-06-02 16:21:10 +02:00
Andreas Frisch
4f17559d92 add arduino led control class 2016-06-02 00:39:16 +02:00
Andreas Frisch
168114db6f background uploading 2016-05-30 12:57:28 +02:00
Andreas Frisch
b3d2aaf9d9 implement facebook upload functionality (curl backend + gui) 2016-05-30 12:35:31 +02:00
Andreas Frisch
89ead66d65 implement incrementing filename template 2016-05-29 23:53:14 +02:00
Andreas Frisch
a3279c36d9 hide cursor on video playback 2016-05-29 21:57:34 +02:00
Andreas Frisch
054ac50c13 fix a few memleaks 2016-05-25 16:26:04 +02:00
Andreas Frisch
739282afbd fix state machine if camera connection is lost during screensaver, allow screensaver playback on background click in STATE NONE 2016-05-25 13:58:32 +02:00
Andreas Frisch
d3273796b1 implement "screensaver" (a.k.a. camera-saver), interrupt preview after x seconds and show video/audio/photo specified in ini 2016-05-25 13:30:28 +02:00
Andreas Frisch
701e8c9ab7 cooldown break before ready to take more photos, fix countdown shadow in css 2016-05-10 19:01:32 +02:00
Andreas Frisch
ae21398a5a load ui template at runtime, configurable in ini file, load print offsets from ini 2016-05-10 16:39:41 +02:00
Andreas Frisch
971acbbb83 make things configurable 2016-05-09 15:50:05 +02:00
Andreas Frisch
69a04e1450 use new lcms instead of icc plugin, able to operate without colormanagement, don't unref lcms instance (so that the lut can be reused) 2016-05-05 16:45:12 +02:00
Andreas Frisch
636bfe5f35 new capture state for failed snapshots fixes non-disappearing spinner 2016-05-03 00:42:57 +02:00
Andreas Frisch
444d17b548 implement ICC color compensation element 2016-04-30 22:02:29 +02:00
Andreas Frisch
af17cdfcfc allow pretriggering 2016-04-30 02:10:37 +02:00
Andreas Frisch
ffe5bd6f69 declare processing functions correctly, move code around 2016-04-29 18:07:58 +02:00
Andreas Frisch
782dcda299 fix print orientation, move post-processing into seperate mutex-protected main-thread functions, fix preview after snapshot, fix audio after snapshot, cleanup privat structure layout, implement change_state and get_state_name functions 2016-04-29 17:58:32 +02:00
Andreas Frisch
c13627dbf3 get rid of redundant format conversion elements 2016-04-29 16:07:14 +02:00
Andreas Frisch
12a27949ce implement printing (orientation to be fixed) 2016-04-29 15:51:42 +02:00
Andreas Frisch
f215cab262 query printer status on touch if no media remaining 2016-04-28 19:59:00 +02:00
Andreas Frisch
02e0e536a2 run-time loaded user-customizable strings lookup 2016-04-28 19:05:06 +02:00
Andreas Frisch
4443c43ad6 implement printer media query, implement status bar with clock 2016-04-28 16:19:25 +02:00
Andreas Frisch
7a9ebb08b9 don't keep readding libgphoto logger hook in cam_init tries (without printing stuff) 2016-04-27 23:31:44 +02:00