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/faq/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -476,7 +476,7 @@ If you like to have the same preview independent of the device you access Photob
476
476
Make sure to have a stream available you can use (e.g. from your Webcam, Smartphone Camera or Raspberry Pi Camera)
477
477
478
478
- Admin panel config _"Preview mode"_: `from URL`
479
-
- Admin panel config _"Preview-URL"_ example (add needed IP address instead): `http://192.168.0.2:8081`
479
+
- Admin panel config _"Preview-URL"_ example (add needed IP address instead): `url(http://192.168.0.2:8081)`
480
480
481
481
**Note**
482
482
@@ -488,7 +488,7 @@ Make sure to have a stream available you can use (e.g. from your Webcam, Smartph
488
488
489
489
If you want to use a stream from your DSLR or Pi Camera, install go2rtc and setup needed service to use.
490
490
491
-
go2rtc can be accessed at `http://localhost:1984`. Use `http://localhost:1984/api/stream.mjpeg?src=photobooth` as _"Preview-URL"_ (replace `localhost` with Photobooths IP for remote access).
491
+
go2rtc can be accessed at `http://localhost:1984`. Use `url("http://localhost:1984/api/stream.mjpeg?src=photobooth")` as _"Preview-URL"_ (replace `localhost` with Photobooths IP for remote access).
492
492
To be able to also capture images you need to adjust the capture command.
0 commit comments