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
* fix doc lists
* rembg dont spam info logs
* scale down for rem bg
* more time for rembg curl
* fix load collage font path
* Revert "fix load collage font path"
This reverts commit 3bebfee.
* fix load collage font path
Copy file name to clipboardExpand all lines: docs/faq/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,10 +188,7 @@ Yes you can. There's different ways depending on your needs and personal setup:
188
188
2. You need to change the background URL path via config or admin panel. Replace `url(../img/bg.jpg)` with your IP-Adress and port (if needed) as URL.
189
189
Example:
190
190
191
-
```
192
-
- /img/bg.jpg
193
-
+ http://192.168.0.2:8081
194
-
```
191
+
Use `http://192.168.0.2:8081` (or your own stream URL) in place of `/img/bg.jpg`.
195
192
196
193
To use an DSLR or an Raspberry Pi Camera module see _Setting up a preview stream from your DSLR or PiCamera_ above.
197
194
@@ -201,6 +198,7 @@ Yes you can. There's different ways depending on your needs and personal setup:
201
198
202
199
If connection fails some help can be found inside the official [PHPMailer Wiki](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting), especially gmail needs some special config.
203
200
201
+
204
202
- Should be obvious but the photobooth must be connected to WIFI/internet to send photos live.
205
203
206
204
Otherwise, tell them to check the box to send them the photo later and it will add everyone's email to a list for you.
@@ -260,6 +258,7 @@ Take a look for "Loaded Configuration File" to get the path of your php.ini, you
260
258
This feature will automatically and in regular intervals copy (sync) new pictures to a plugged-in USB stick
261
259
262
260
Use the [Photobooth Setup Wizard](https://photoboothproject.github.io/install/setup_wizard) to get the operating system setup in place.
261
+
263
262
-6. Permissions -> USB Sync policy
264
263
265
264
The target USB device is selected through the admin panel.
@@ -534,6 +533,7 @@ Magic Greenscreen is a feature that uses AI to automatically remove backgrounds
534
533
Choose __8 Rembg Setup__
535
534
536
535
This script will:
536
+
537
537
- Check for Python 3 and required packages
538
538
- Create a virtual environment in `/var/www/rembg/rembg_venv`
539
539
- Install rembg and its dependencies (PIL, onnxruntime)
| Node.js | >=v20.15.0 | Currently only v20 is tested. Our installer will check your Node.js version and suggest an update/downgrade if needed. Versions below v20 aren't supported anymore. |
Copy file name to clipboardExpand all lines: docs/install/setup_wizard.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
To make the installation and optional feature setup as simple as possible, we have created the "Photobooth Setup Wizard" for you. It can setup your Raspberry Pi, Computer or Laptop as a full blown Photobooth.
4
4
5
5
This means:
6
+
6
7
- Photobooth and all needed packages and dependencies get installed and the automatic camera mount is disabled on installaion.
7
8
- Optional permissions can be set/unset
8
9
- Shortcuts and autostart in kiosk mode can be setup/removed
@@ -17,5 +18,6 @@ sudo bash install-photobooth.sh
17
18
```
18
19
19
20
On Photobooth installation by default Apache is used for an easy and no-hassle setup.
21
+
20
22
- Adjust your installation setup if needed: 1 Installation configuration
21
23
- To get to know all options you can simply run `sudo bash install-photobooth.sh --help`.
0 commit comments