Hi, I have setup my LG6 as Webcam via
Android IP Webcam
My setup in configuration.yaml is
stream:
android_ip_webcam:
- host: 192.168.1.71
port: 8080
sensors:
- audio_connections
- battery_level
- battery_temp
- battery_voltage
- light
- motion
- pressure
- proximity
- sound
- video_connections
switches:
- exposure_lock
- ffc
- focus
- gps_active
- motion_detect
- night_vision
- overlay
- torch
- whitebalance_lock
- video_recording
plus following setup at the very beginning of configuration.yaml to get access to the share folder
(before I get errors ‘no path access’
homeassistant:
allowlist_external_dirs:
- /config/www
- /share
Now I receive via Service test (in developer section)
an empty jpg file with 0kB.
Any help is appreciated…
The mobile phone with IP Webcam App is running…
IP: 192.168.1.71 at port 8080.
Regards
Joerg