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
On some devices, the video preview freezes when the video is hidden and
then shown again (e.g, show preview during countdown; hide preview to
show taken picture; show preview during countdown of the next picture).
This is because the last frame can be cached by the browser when the
preview is hidden, and this cached frame is displayed when the preview
is shown again.
To disable caching, a unique parameter is added to the URL of the
stream of the stream.
Signed-off-by: Nils Bosbach <n.bosbach@gmx.de>
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
@@ -468,7 +468,7 @@ If you like to have the same preview independent of the device you access Photob
468
468
Make sure to have a stream available you can use (e.g. from your Webcam, Smartphone Camera or Raspberry Pi Camera)
469
469
470
470
- Admin panel config _"Preview mode"_: `from URL`
471
-
- Admin panel config _"Preview-URL"_ example (add needed IP address instead): `url(http://192.168.0.2:8081)`
471
+
- Admin panel config _"Preview-URL"_ example (add needed IP address instead): `http://192.168.0.2:8081`
472
472
473
473
**Note**
474
474
@@ -480,7 +480,7 @@ Make sure to have a stream available you can use (e.g. from your Webcam, Smartph
480
480
481
481
If you want to use a stream from your DSLR or Pi Camera, install go2rtc and setup needed service to use.
482
482
483
-
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).
483
+
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).
484
484
To be able to also capture images you need to adjust the capture command.
0 commit comments