hi
I use ESP32-CAM with PIR sensor
So i want to save image file when motion detected.
but there was an error like ‘Could not read camera Local File image from file: /config/www/images/image.jpg’
homeassistant:
# HA접속시 표시되는 이름
name: LAB2
whitelist_external_dirs:
- /config/www/images
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
#local_file_update_file_path:
#file_path: /config/www/images/cam_snapshot.jpg
camera:
- platform: local_file
#name: lubacam_snapshot
file_path: /config/www/images/image.jpg
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
#group: !include groups.yaml
#automation: !include automations.yaml
#script: !include scripts.yaml
#scene: !include scenes.yaml
thank you and sorry for my english