Few days ago I plug my camera (tapo_tc72) into HASS.
I can see the video from camera, everything works just fine. Video is smooth, with high quality.
Problem starts, once I add camera to automation for video recording.
Recorded file contains video with same resolution, but it is lagy and moving objects are ugly.
Can you advise what is wrong?
Thanks.
My automation:
alias: Camera-Autorecording
description: ""
triggers:
- type: motion
device_id: 5cca22ca35beb9c09e716ecb592085c2
entity_id: 4c400312749f8f5063996e188e976d65
domain: binary_sensor
trigger: device
conditions: - condition: time
after: "22:00:00"
before: "08:00:00"
enabled: true
actions: - action: camera.record
metadata: {}
data:
duration: 30
lookback: 0
filename: /media/external/hdd/{{ now().strftime('%Y-%m-%d_%H-%M-%S') }}.mp4
target:
entity_id: camera.tapo_tc72_2_hd_stream
mode: single