frigate: [HW Accel Support]: AMD A8-6410 with integrated Radeon R5 doesn't works when enable hw acceleration
Describe the problem you are having
All cameras are black at frigate and “no frames has been received, check errors logs” is displayed
Issue doesn’t occurs when I do not enable HW Accel.
Also tried to set hwaccel_args to “-hwaccel vaapi -hwaccel_device /dev/dri/renderD128” but same issue
Version
0,12
Frigate config file
mqtt:
enabled: true
host: 192.168.31.5
port: 1883
user: "{FRIGATE_MQTT_USER}"
password: "{FRIGATE_MQTT_PASSWORD}"
database:
path: /config/frigate.db
rtmp:
enabled: false
birdseye:
enabled: false
snapshots:
enabled: true
timestamp: true
ffmpeg:
hwaccel_args: preset-vaapi
input_args: preset-rtsp-generic
output_args:
record: preset-record-generic
record:
enabled: true
retain:
days: 7
detectors:
coral:
type: edgetpu
device: usb
objects:
track:
- person
- dog
go2rtc:
streams:
terraza_trasera:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.231/stream1"
terraza_trasera_sub:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.231/stream2"
dormitorio:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.235/stream1"
dormitorio_sub:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.235/stream2"
recibidor:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.233/stream1"
recibidor_sub:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.233/stream2"
comedor:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.234/stream1"
comedor_sub:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.234/stream2"
terraza_delantera:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.232/stream1"
terraza_delantera_sub:
- "ffmpeg:rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@192.168.31.232/stream2"
cameras:
terraza_trasera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/terraza_trasera
roles:
- record
- path: rtsp://127.0.0.1:8554/terraza_trasera_sub
roles:
- detect
detect:
width: 640
height: 360
dormitorio:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/dormitorio
roles:
- record
- path: rtsp://127.0.0.1:8554/dormitorio_sub
roles:
- detect
detect:
width: 640
height: 360
recibidor:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/recibidor
roles:
- record
- path: rtsp://127.0.0.1:8554/recibidor_sub
roles:
- detect
detect:
width: 640
height: 360
comedor:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/comedor
roles:
- record
- path: rtsp://127.0.0.1:8554/comedor_sub
roles:
- detect
detect:
width: 640
height: 360
terraza_delantera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/terraza_delantera
roles:
- record
- path: rtsp://127.0.0.1:8554/terraza_delantera_sub
roles:
- detect
detect:
width: 640
height: 360
docker-compose file or Docker CLI command
version: "3.9"
services:
frigate:
container_name: frigate
image: ghcr.io/blakeblackshear/frigate:stable
privileged: true
restart: unless-stopped
shm_size: "128mb"
devices:
- /dev/bus/usb:/dev/bus/usb
#- /dev/dri/renderD128
volumes:
- /etc/localtime:/etc/localtime:ro
- ../dockers-data/frigate/config.yml:/config/config.yml
- ../dockers-data/frigate/frigate.db:/config/frigate.db
- /media/sdb1/frigate:/media/frigate
- type: tmpfs
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "8554:8554"
environment:
LIBVA_DRIVER_NAME: "radeonsi"
FRIGATE_MQTT_USER: "********************"
FRIGATE_MQTT_PASSWORD: "*****************************"
FRIGATE_RTSP_USER: "********************"
FRIGATE_RTSP_PASSWORD: "***********************************"
Relevant log output
s6-rc: info: service s6rc-fdholder: starting
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service s6rc-fdholder successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service log-prepare: starting
s6-rc: info: service log-prepare successfully started
s6-rc: info: service nginx-log: starting
s6-rc: info: service go2rtc-log: starting
s6-rc: info: service frigate-log: starting
s6-rc: info: service nginx-log successfully started
s6-rc: info: service go2rtc-log successfully started
s6-rc: info: service go2rtc: starting
s6-rc: info: service frigate-log successfully started
s6-rc: info: service go2rtc successfully started
s6-rc: info: service go2rtc-healthcheck: starting
s6-rc: info: service frigate: starting
s6-rc: info: service go2rtc-healthcheck successfully started
2023-05-04 06:48:33.024181714 [INFO] Preparing go2rtc config...
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
2023-05-04 06:48:33.033069667 [INFO] Starting Frigate...
2023-05-04 06:48:33.039032595 [INFO] Starting NGINX...
s6-rc: info: service legacy-services successfully started
2023-05-04 06:48:33.645191887 [INFO] Starting go2rtc...
2023-05-04 06:48:33.799444518 06:48:33.799 INF go2rtc version 1.2.0 linux/amd64
2023-05-04 06:48:33.800603230 06:48:33.800 INF [api] listen addr=:1984
2023-05-04 06:48:33.801936908 06:48:33.801 INF [rtsp] listen addr=:8554
2023-05-04 06:48:33.803510094 06:48:33.803 INF [srtp] listen addr=:8443
2023-05-04 06:48:33.804519034 06:48:33.804 INF [webrtc] listen addr=:8555
2023-05-04 06:48:36.307518784 [2023-05-04 06:48:36] frigate.app INFO : Starting Frigate (0.12.0-da3e197)
2023-05-04 06:48:36.408780733 [2023-05-04 06:48:36] peewee_migrate INFO : Starting migrations
2023-05-04 06:48:36.420923260 [2023-05-04 06:48:36] peewee_migrate INFO : There is nothing to migrate
2023-05-04 06:48:36.464183862 [2023-05-04 06:48:36] detector.coral INFO : Starting detection process: 291
2023-05-04 06:48:36.482837654 [2023-05-04 06:48:36] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2023-05-04 06:48:36.486484109 [2023-05-04 06:48:36] frigate.app INFO : Output process started: 293
2023-05-04 06:48:36.506453705 [2023-05-04 06:48:36] frigate.app INFO : Camera processor started for terraza_trasera: 297
2023-05-04 06:48:36.526684395 [2023-05-04 06:48:36] frigate.app INFO : Camera processor started for dormitorio: 299
2023-05-04 06:48:36.544845694 [2023-05-04 06:48:36] frigate.app INFO : Camera processor started for recibidor: 303
2023-05-04 06:48:36.557628667 [2023-05-04 06:48:36] frigate.app INFO : Camera processor started for comedor: 305
2023-05-04 06:48:36.570880926 [2023-05-04 06:48:36] frigate.app INFO : Camera processor started for terraza_delantera: 307
2023-05-04 06:48:36.583282574 [2023-05-04 06:48:36] frigate.app INFO : Capture process started for terraza_trasera: 309
2023-05-04 06:48:36.597008704 [2023-05-04 06:48:36] frigate.app INFO : Capture process started for dormitorio: 314
2023-05-04 06:48:36.610546872 [2023-05-04 06:48:36] frigate.app INFO : Capture process started for recibidor: 321
2023-05-04 06:48:36.623857493 [2023-05-04 06:48:36] frigate.app INFO : Capture process started for comedor: 325
2023-05-04 06:48:36.647638554 [2023-05-04 06:48:36] frigate.app INFO : Capture process started for terraza_delantera: 331
2023-05-04 06:48:39.228248537 [2023-05-04 06:48:39] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2023-05-04 06:48:41.628000423 172.19.0.3 - - [04/May/2023:06:48:41 +0200] "GET /api/stats HTTP/1.1" 200 3708 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:48:43.040620290 [INFO] Starting go2rtc healthcheck service...
2023-05-04 06:48:55.816813107 172.19.0.3 - - [04/May/2023:06:48:55 +0200] "GET /api/stats HTTP/1.1" 200 3743 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:48:56.661688670 [2023-05-04 06:48:56] watchdog.terraza_trasera INFO : No frames received from terraza_trasera in 20 seconds. Exiting ffmpeg...
2023-05-04 06:48:56.663566219 [2023-05-04 06:48:56] watchdog.terraza_trasera INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:48:56.703382323 [2023-05-04 06:48:56] watchdog.recibidor INFO : No frames received from recibidor in 20 seconds. Exiting ffmpeg...
2023-05-04 06:48:56.704007408 [2023-05-04 06:48:56] watchdog.recibidor INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:48:56.719391442 [2023-05-04 06:48:56] watchdog.dormitorio INFO : No frames received from dormitorio in 20 seconds. Exiting ffmpeg...
2023-05-04 06:48:56.720792767 [2023-05-04 06:48:56] watchdog.dormitorio INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:48:56.762510550 [2023-05-04 06:48:56] watchdog.terraza_delantera INFO : No frames received from terraza_delantera in 20 seconds. Exiting ffmpeg...
2023-05-04 06:48:56.763665455 [2023-05-04 06:48:56] watchdog.terraza_delantera INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:48:56.763918209 [2023-05-04 06:48:56] watchdog.comedor INFO : No frames received from comedor in 20 seconds. Exiting ffmpeg...
2023-05-04 06:48:56.764352883 [2023-05-04 06:48:56] watchdog.comedor INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:48:57.076167789 172.19.0.3 - - [04/May/2023:06:48:57 +0200] "GET /api/dormitorio/latest.jpg?h=552 HTTP/1.1" 200 17823 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:48:57.097820719 172.19.0.3 - - [04/May/2023:06:48:57 +0200] "GET /api/comedor/latest.jpg?h=552 HTTP/1.1" 200 17823 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:48:57.101425877 172.19.0.3 - - [04/May/2023:06:48:57 +0200] "GET /api/recibidor/latest.jpg?h=552 HTTP/1.1" 200 17823 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:48:57.812919525 [2023-05-04 06:48:57] frigate.video ERROR : terraza_trasera: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.812930557 [2023-05-04 06:48:57] frigate.video ERROR : terraza_trasera: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.812940459 [2023-05-04 06:48:57] frigate.video ERROR : terraza_trasera: ffmpeg process is not running. exiting capture thread...
2023-05-04 06:48:57.839865774 [2023-05-04 06:48:57] frigate.video ERROR : dormitorio: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.840596675 [2023-05-04 06:48:57] frigate.video ERROR : dormitorio: ffmpeg process is not running. exiting capture thread...
2023-05-04 06:48:57.840605686 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.840609947 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.841363763 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.841960147 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.842584291 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.842946439 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.845569118 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.846205269 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.846649185 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.847799702 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.848473562 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.849949763 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.851277670 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.855039079 [2023-05-04 06:48:57] frigate.video ERROR : comedor: Unable to read frames from ffmpeg process.
2023-05-04 06:48:57.855376632 [2023-05-04 06:48:57] frigate.video ERROR : comedor: ffmpeg process is not running. exiting capture thread...
2023-05-04 06:49:06.908656948 172.19.0.3 - - [04/May/2023:06:49:06 +0200] "GET /api/dormitorio/latest.jpg?h=276 HTTP/1.1" 200 6739 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:06.928135007 172.19.0.3 - - [04/May/2023:06:49:06 +0200] "GET /api/recibidor/latest.jpg?h=276 HTTP/1.1" 200 6739 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:06.934280395 172.19.0.3 - - [04/May/2023:06:49:06 +0200] "GET /api/comedor/latest.jpg?h=276 HTTP/1.1" 200 6739 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:07.820843630 [2023-05-04 06:49:07] watchdog.terraza_trasera ERROR : Ffmpeg process crashed unexpectedly for terraza_trasera.
2023-05-04 06:49:07.822485426 [2023-05-04 06:49:07] watchdog.terraza_trasera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-04 06:49:07.823265814 [2023-05-04 06:49:07] ffmpeg.terraza_trasera.detect ERROR : radeon: The kernel rejected CS, see dmesg for more information (-16).
2023-05-04 06:49:07.846069940 [2023-05-04 06:49:07] watchdog.dormitorio ERROR : Ffmpeg process crashed unexpectedly for dormitorio.
2023-05-04 06:49:07.847074699 [2023-05-04 06:49:07] watchdog.dormitorio ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-04 06:49:07.863678637 [2023-05-04 06:49:07] watchdog.comedor ERROR : Ffmpeg process crashed unexpectedly for comedor.
2023-05-04 06:49:07.863695824 [2023-05-04 06:49:07] watchdog.comedor ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-04 06:49:12.115990313 172.19.0.3 - - [04/May/2023:06:49:12 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:26.128299093 172.19.0.3 - - [04/May/2023:06:49:26 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:26.732344450 [2023-05-04 06:49:26] watchdog.recibidor INFO : FFmpeg did not exit. Force killing...
2023-05-04 06:49:26.794625476 [2023-05-04 06:49:26] watchdog.terraza_delantera INFO : FFmpeg did not exit. Force killing...
2023-05-04 06:49:26.809061057 [2023-05-04 06:49:26] frigate.video ERROR : terraza_delantera: Unable to read frames from ffmpeg process.
2023-05-04 06:49:26.811375969 [2023-05-04 06:49:26] frigate.video ERROR : terraza_delantera: ffmpeg process is not running. exiting capture thread...
2023-05-04 06:49:27.857867484 [2023-05-04 06:49:27] watchdog.terraza_trasera INFO : No frames received from terraza_trasera in 20 seconds. Exiting ffmpeg...
2023-05-04 06:49:27.859731815 [2023-05-04 06:49:27] watchdog.terraza_trasera INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:49:27.882244730 [2023-05-04 06:49:27] watchdog.dormitorio INFO : No frames received from dormitorio in 20 seconds. Exiting ffmpeg...
2023-05-04 06:49:27.882596278 [2023-05-04 06:49:27] watchdog.dormitorio INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:49:27.893450447 [2023-05-04 06:49:27] watchdog.comedor INFO : No frames received from comedor in 20 seconds. Exiting ffmpeg...
2023-05-04 06:49:27.893888869 [2023-05-04 06:49:27] watchdog.comedor INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:49:36.822124046 [2023-05-04 06:49:36] watchdog.terraza_delantera ERROR : Ffmpeg process crashed unexpectedly for terraza_delantera.
2023-05-04 06:49:36.827501384 [2023-05-04 06:49:36] watchdog.terraza_delantera ERROR : The following ffmpeg logs include the last 100 lines prior to exit.
2023-05-04 06:49:36.828812319 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.828874268 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.830037238 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x100917000
2023-05-04 06:49:36.831043466 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.831850614 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.832232148 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x10009c000
2023-05-04 06:49:36.832584317 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.832803308 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.833134868 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x100548000
2023-05-04 06:49:36.833702426 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.834289548 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.835295075 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x1001e2000
2023-05-04 06:49:36.835621365 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.835965108 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.836787298 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x10024f000
2023-05-04 06:49:36.837095337 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.837734166 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.838363603 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x10068d000
2023-05-04 06:49:36.838677296 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.839572105 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.839877011 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x1002bc000
2023-05-04 06:49:36.840426997 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.841002765 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.841966806 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x100109000
2023-05-04 06:49:36.842469712 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to deallocate virtual address for buffer:
2023-05-04 06:49:36.843063059 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.843566962 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x1007d2000
2023-05-04 06:49:36.843974313 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.844550931 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.845158128 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.845596829 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.846179969 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.846623989 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.847090920 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.847143590 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.847726139 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.847780074 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.848338758 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.848703754 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.849047457 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.849396653 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.849921967 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.849933720 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.850154312 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.850408823 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.850983351 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.851608468 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.852109335 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.852678677 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.853150209 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.853834115 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.854489820 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.855287178 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.855764868 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.856540999 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.857098160 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.857581602 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.858158171 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.858683467 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.862510909 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.862771816 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.863766158 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.864031700 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.864790223 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.864985348 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.865173133 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.865370653 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.865658227 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.865854365 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.866378038 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.867276393 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.867580209 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.867958293 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.868188981 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.868459757 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.868701681 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.869013202 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.869262102 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.869573149 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.869818777 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.870100795 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.870497442 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.870889234 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.871351354 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.871786896 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.872209550 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.872821955 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.873502204 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.874213857 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.874876902 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.875549476 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.876186039 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:36.877096692 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: Failed to allocate virtual address for buffer:
2023-05-04 06:49:36.877751552 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: size : 4096 bytes
2023-05-04 06:49:36.878383568 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: alignment : 4096 bytes
2023-05-04 06:49:36.878884564 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: domains : 2
2023-05-04 06:49:36.879305915 [2023-05-04 06:49:36] ffmpeg.terraza_delantera.detect ERROR : radeon: va : 0x0000000100917000
2023-05-04 06:49:40.533889931 172.19.0.3 - - [04/May/2023:06:49:40 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:56.547410708 172.19.0.3 - - [04/May/2023:06:49:56 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:49:56.875736591 [2023-05-04 06:49:56] watchdog.terraza_delantera INFO : No frames received from terraza_delantera in 20 seconds. Exiting ffmpeg...
2023-05-04 06:49:56.876137650 [2023-05-04 06:49:56] watchdog.terraza_delantera INFO : Waiting for ffmpeg to exit gracefully...
2023-05-04 06:49:57.887943932 [2023-05-04 06:49:57] watchdog.terraza_trasera INFO : FFmpeg did not exit. Force killing...
2023-05-04 06:49:57.911811187 [2023-05-04 06:49:57] watchdog.dormitorio INFO : FFmpeg did not exit. Force killing...
2023-05-04 06:49:57.923894763 [2023-05-04 06:49:57] watchdog.comedor INFO : FFmpeg did not exit. Force killing...
2023-05-04 06:50:10.558208985 172.19.0.3 - - [04/May/2023:06:50:10 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:50:26.571568736 172.19.0.3 - - [04/May/2023:06:50:26 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:50:26.903523889 [2023-05-04 06:50:26] watchdog.terraza_delantera INFO : FFmpeg did not exit. Force killing...
2023-05-04 06:50:36.655422607 172.19.0.3 - - [04/May/2023:06:50:36 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:50:41.464383528 172.19.0.3 - - [04/May/2023:06:50:41 +0200] "GET / HTTP/1.1" 200 6641 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:50:41.722821379 172.19.0.3 - - [04/May/2023:06:50:41 +0200] "GET /api/config HTTP/1.1" 200 18423 "http://192.168.31.5/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:50:42.130651993 172.19.0.3 - - [04/May/2023:06:50:42 +0200] "GET //api/comedor/latest.jpg?h=299 HTTP/1.1" 200 7388 "http://192.168.31.5/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:50:42.161325758 172.19.0.3 - - [04/May/2023:06:50:42 +0200] "GET //api/recibidor/latest.jpg?h=300 HTTP/1.1" 200 7297 "http://192.168.31.5/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:50:42.174495607 172.19.0.3 - - [04/May/2023:06:50:42 +0200] "GET //api/dormitorio/latest.jpg?h=299 HTTP/1.1" 200 7388 "http://192.168.31.5/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:50:42.190969686 172.19.0.3 - - [04/May/2023:06:50:42 +0200] "GET //api/terraza_trasera/latest.jpg?h=299 HTTP/1.1" 200 7388 "http://192.168.31.5/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:50:42.196971709 172.19.0.3 - - [04/May/2023:06:50:42 +0200] "GET //api/terraza_delantera/latest.jpg?h=299 HTTP/1.1" 200 7388 "http://192.168.31.5/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36" "192.168.31.100"
2023-05-04 06:51:05.221568266 172.19.0.3 - - [04/May/2023:06:51:05 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
2023-05-04 06:51:15.965341946 172.19.0.3 - - [04/May/2023:06:51:15 +0200] "GET /api/stats HTTP/1.1" 499 0 "-" "HomeAssistant/2023.4.6 aiohttp/3.8.4 Python/3.10" "192.168.31.5"
FFprobe output from your camera
Stream 0:
Return Code: 0
Video:
Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Resolution: 1920x1080
FPS: 15/1
Stream 1:
Return Code: 0
Video:
Codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Resolution: 640x360
FPS: 15/1
COPY
CLOSE
Operating system
HassOS
Install method
HassOS Addon
Network connection
Wired
Camera make and model
TP-Link Tapo C100
Any other information that may be helpful
root@b3dedec89345:/opt/frigate# dmesg | grep -i radeon
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 18
No, there is no reason to.
Those errors will always happen, they are irrelevant to the way frigate interacts with the driver
Didn’t think it would fix everything, but running without that is guaranteed to fail.
Now that the device is actually being included in the container, please run vainfo and paste the output here