You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ Photo capture is currently only supported via V4L2 camera. In prior version of t
6
6
7
7
The application is distributed via Flathub. But interested people can compile the software by themselves. Steps are documented. The photobooth application used a [Yocto Linux deployment](https://github.com/saeugetier/poky-photobooth/) in the past. This deployment is deprecated now, because the distribution via flatpak is more convinient.
8
8
9
+
## Basic Instructions
10
+
* Type of collage can be selected in the main menu.
11
+
* Settings menu can be opened in the main menu page via gears symbol. Passwors is "0815" if enabled
12
+
* During snapshot (after selecting a collage type) a live preview is shown. The shutter button will trigger a count down. AI background removal can be enabled via Snapshot Settings
13
+
* A preview of the taken photo is displayed after snapshot. The photo can be confirmed or discarded. Effects can be applied to the photo via wizard menu.
14
+
* A preview of the collage is displayed as the next step.
15
+
* next photo is taken afterwards
16
+
* when all photos are taken, the collage can be printed out
17
+
* Previous photos and collages can be printed again via the Gallery.
@@ -15,12 +25,12 @@ The application is distributed via Flathub. But interested people can compile th
15
25
## Software
16
26
Framework: Qt 6.5 or higher - [https://qt.io](https://qt.io)
17
27
18
-
Neural network execution for background removal is done via onnxruntime.
28
+
Background removal neural network execution is handled using either ONNX Runtime or NCNN. Depending on the target hardware architecture, one of these runtime engines may provide better performance.
19
29
20
30
## Tested Hardware
21
31
Camera: USB Webcam
22
32
23
-
Printer: Canon Selphy Photo Printer
33
+
Printer: Canon Selphy Photo Printer or a generic printer (via CUPS)
24
34
25
35
LED Driver: https://www.aliexpress.com/item/14-37-Inch-LED-LCD-Universal-TV-Backlight-Constant-Current-Board-Driver-Boost-Structure-Step-Up/32834942970.html
0 commit comments