Open bobster316 opened 5 months ago
Snapshot are usually a little behind due to the extra processing required to decode the stream.
You should enable WebRTC if you want to monitor the streams in realtime.
Thanks, is there a guide on how to do that?
You'll need to pass the host's local IP address to the container by setting WB_IP
:
....
environment:
# [OPTIONAL] Credentials can be set in the WebUI
# API Key and ID can be obtained from the wyze dev portal:
# https://developer-api-console.wyze.com/#/apikey/view
- WYZE_EMAIL=
- WYZE_PASSWORD=
- API_ID=
- API_KEY=
# [OPTIONAL] IP Address of the host to enable WebRTC e.g.,:
- WB_IP=192.168.1.122
Hi
Installed wyze-bridge on my raspberry pi 4 using portainer, The detected camera window shows the cameras but they are not live streaming realtime. To see live streaming i have to select one of the cameras.
I dont think this is nomral behaviour, I have seen some youtube videos where it shows the detected cameras window and alll camera can be seen live streaming, confirmed the date/time in the bottom right corners.
Im not sure if i have configured something incorrectly,
I have attached some images