2020-11-22 12:04:18 INFO (SyncWorker_5) [homeassistant.loader] Loaded ffmpeg from homeassistant.components.ffmpeg
2020-11-22 12:04:25 INFO (MainThread) [homeassistant.setup] Setting up ffmpeg
2020-11-22 12:04:25 INFO (MainThread) [homeassistant.setup] Setting up image_processing
2020-11-22 12:04:25 INFO (MainThread) [homeassistant.setup] Setup of domain image_processing took 0.0 seconds
2020-11-22 12:04:25 INFO (MainThread) [homeassistant.setup] Setup of domain ffmpeg took 0.4 seconds
2020-11-22 12:04:25 INFO (MainThread) [homeassistant.components.image_processing] Setting up image_processing.facebox
2020-11-22 12:04:25 INFO (MainThread) [homeassistant.components.camera] Setting up camera.ffmpeg
The problem
Camera ffmpeg doesn't work after 0.114.4
This crops and rotates a camera image (rtsp feed) so it can be used with facial recognition
camera.front_door_90d is created in 0.114.4 but not in later versions.
Environment
0.114.4 camera front_door_90d is created
0.115 to 0.118.2 it is not
Running in hass supervised
Problem-relevant
configuration.yaml
Traceback/Error logs
Edited logs from 0.114.4 and 0.118.2 below
Version 0.114.4
Doesn't work under 0.115
Version 0.118.2
Additional information