blakeblackshear / frigate

NVR with realtime local object detection for IP cameras
https://frigate.video
MIT License
18.6k stars 1.69k forks source link

[HW Accel Support]: fails to run with intel qsv #8601

Closed dougransom closed 11 months ago

dougransom commented 11 months ago

Describe the problem you are having

Fails to run with hwaccel_args set. runs without.

Version

0.12.1

Frigate config file

# yaml-language-server: $schema=http://ccab4aaf-frigate:5000/api/config/schema.json
detectors:
  cpu1:
    type: cpu
mqtt:
  # Required host name
  host: homeassistant
  port: 1883
  #topic prefix must be  unique if running multiple instances
  topic_prefix: frigate
  stats_interval : 60
environment_vars:
  LIBVA_DRIVER_NAME  : i965

go2rtc:
  streams:
      doorbell_rec:  rtsp://doug:ransom@10.0.0.34:554/h264Preview_01_main
      doorbell_det:  rtsp://doug:ransom@10.0.0.34:554/h264Preview_01_sub

cameras:

  doorbell_det:
    ffmpeg:
#        hwaccel_args: preset-intel-qsv-h264
#        hwaccel_args: preset-vaapi
      inputs:
        - path: rtsp://doug:ransom@10.0.0.34:554/h264Preview_01_sub
          roles: 
            - detect

  doorbell_rec:
    ffmpeg:
      hwaccel_args: preset-intel-qsv-h264
#        hwaccel_args: preset-vaapi
      inputs:
        - path: rtsp://doug:ransom@10.0.0.34:554/h264Preview_01_main
          roles: 
            - record

    detect:
      enabled: False # <---- disable detection until you have a working camera feed
      width: 2560 # <---- update for your camera's resolution
      height: 1920 # <---- update for your camera's resolution
      #- path: rtsp://user:pass10.0.0.87:554/h264Preview_01_sub 
    record:
      enabled : True

# Include all cameras by default in Birdseye view
birdseye:
  enabled: True
  mode: continuous

docker-compose file or Docker CLI command

.

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
s6-rc: info: service frigate successfully started
s6-rc: info: service nginx: starting
2023-11-13 15:42:01.796338011  [INFO] Preparing go2rtc config...
2023-11-13 15:42:01.799314544  [INFO] Starting Frigate...
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
2023-11-13 15:42:01.804056836  [INFO] Starting NGINX...
s6-rc: info: service legacy-services successfully started
2023-11-13 15:42:01.843733419  [INFO] Got IP address from supervisor: 10.0.0.18
2023-11-13 15:42:01.887910257  [INFO] Got WebRTC port from supervisor: 8555
2023-11-13 15:42:02.163784934  [INFO] Starting go2rtc...
2023-11-13 15:42:02.251189433  07:42:02.251 INF go2rtc version 1.2.0 linux/amd64
2023-11-13 15:42:02.251494302  07:42:02.251 INF [api] listen addr=:1984
2023-11-13 15:42:02.251804213  07:42:02.251 INF [rtsp] listen addr=:8554
2023-11-13 15:42:02.252073549  07:42:02.252 INF [srtp] listen addr=:8443
2023-11-13 15:42:02.252321168  07:42:02.252 INF [webrtc] listen addr=:8555
2023-11-13 15:42:03.167784304  [2023-11-13 07:42:03] frigate.app                    INFO    : Starting Frigate (0.12.1-367d724)
2023-11-13 15:42:03.189391897  [2023-11-13 07:42:03] frigate.app                    INFO    : Creating directory: /tmp/cache
2023-11-13 15:42:03.191652454  [2023-11-13 07:42:03] peewee_migrate                 INFO    : Starting migrations
2023-11-13 15:42:03.196381493  [2023-11-13 07:42:03] peewee_migrate                 INFO    : There is nothing to migrate
2023-11-13 15:42:03.209864265  [2023-11-13 07:42:03] detector.cpu1                  INFO    : Starting detection process: 298
2023-11-13 15:42:03.215650084  [2023-11-13 07:42:03] frigate.app                    INFO    : Output process started: 300
2023-11-13 15:42:03.215660008  [2023-11-13 07:42:03] frigate.detectors              WARNING : CPU detectors are not recommended and should only be used for testing or for trial purposes.
2023-11-13 15:42:03.217062377  [2023-11-13 07:42:03] frigate.app                    INFO    : Camera processor started for doorbell_det: 302
2023-11-13 15:42:03.221918697  [2023-11-13 07:42:03] frigate.app                    INFO    : Camera processor started for doorbell_rec: 304
2023-11-13 15:42:03.226846605  [2023-11-13 07:42:03] frigate.app                    INFO    : Capture process started for doorbell_det: 306
2023-11-13 15:42:03.232127551  [2023-11-13 07:42:03] frigate.app                    INFO    : Capture process started for doorbell_rec: 309
2023-11-13 15:42:03.263727449  [2023-11-13 07:42:03] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:42:03.263770511  [2023-11-13 07:42:03] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...
2023-11-13 15:42:07.408549182  [2023-11-13 07:42:07] frigate.comms.mqtt             ERROR   : Unable to publish to doorbell_det/all: client is not connected
2023-11-13 15:42:11.799017824  [INFO] Starting go2rtc healthcheck service...
2023-11-13 15:42:23.269145053  [2023-11-13 07:42:23] watchdog.doorbell_rec          ERROR   : Ffmpeg process crashed unexpectedly for doorbell_rec.
2023-11-13 15:42:23.269512275  [2023-11-13 07:42:23] watchdog.doorbell_rec          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-13 15:42:23.270341806  [2023-11-13 07:42:23] ffmpeg.doorbell_rec.detect     ERROR   : [AVHWDeviceContext @ 0x55905f05c9c0] No VA display found for device /dev/dri/renderD128.
2023-11-13 15:42:23.270352773  [2023-11-13 07:42:23] ffmpeg.doorbell_rec.detect     ERROR   : Device creation failed: -22.
2023-11-13 15:42:23.270900976  [2023-11-13 07:42:23] ffmpeg.doorbell_rec.detect     ERROR   : Failed to set value '/dev/dri/renderD128' for option 'qsv_device': Invalid argument
2023-11-13 15:42:23.270910691  [2023-11-13 07:42:23] ffmpeg.doorbell_rec.detect     ERROR   : Error parsing global options: Invalid argument
2023-11-13 15:42:23.294111331  [2023-11-13 07:42:23] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:42:23.294218894  [2023-11-13 07:42:23] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...
2023-11-13 15:42:33.299521495  [2023-11-13 07:42:33] watchdog.doorbell_rec          ERROR   : Ffmpeg process crashed unexpectedly for doorbell_rec.
2023-11-13 15:42:33.301292921  [2023-11-13 07:42:33] watchdog.doorbell_rec          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-13 15:42:33.301304911  [2023-11-13 07:42:33] ffmpeg.doorbell_rec.detect     ERROR   : [AVHWDeviceContext @ 0x557ebd27a9c0] No VA display found for device /dev/dri/renderD128.
2023-11-13 15:42:33.301309838  [2023-11-13 07:42:33] ffmpeg.doorbell_rec.detect     ERROR   : Device creation failed: -22.
2023-11-13 15:42:33.301324276  [2023-11-13 07:42:33] ffmpeg.doorbell_rec.detect     ERROR   : Failed to set value '/dev/dri/renderD128' for option 'qsv_device': Invalid argument
2023-11-13 15:42:33.301395760  [2023-11-13 07:42:33] ffmpeg.doorbell_rec.detect     ERROR   : Error parsing global options: Invalid argument
2023-11-13 15:42:33.314613613  [2023-11-13 07:42:33] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:42:33.314701591  [2023-11-13 07:42:33] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...
2023-11-13 15:42:43.310373716  [2023-11-13 07:42:43] watchdog.doorbell_rec          ERROR   : Ffmpeg process crashed unexpectedly for doorbell_rec.
2023-11-13 15:42:43.310720436  [2023-11-13 07:42:43] watchdog.doorbell_rec          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-13 15:42:43.311869234  [2023-11-13 07:42:43] ffmpeg.doorbell_rec.detect     ERROR   : [AVHWDeviceContext @ 0x563461f1f9c0] No VA display found for device /dev/dri/renderD128.
2023-11-13 15:42:43.311880201  [2023-11-13 07:42:43] ffmpeg.doorbell_rec.detect     ERROR   : Device creation failed: -22.
2023-11-13 15:42:43.311886356  [2023-11-13 07:42:43] ffmpeg.doorbell_rec.detect     ERROR   : Failed to set value '/dev/dri/renderD128' for option 'qsv_device': Invalid argument
2023-11-13 15:42:43.311891877  [2023-11-13 07:42:43] ffmpeg.doorbell_rec.detect     ERROR   : Error parsing global options: Invalid argument
2023-11-13 15:42:43.338436764  [2023-11-13 07:42:43] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:42:43.338553898  [2023-11-13 07:42:43] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...
2023-11-13 15:42:53.332528962  [2023-11-13 07:42:53] watchdog.doorbell_rec          ERROR   : Ffmpeg process crashed unexpectedly for doorbell_rec.
2023-11-13 15:42:53.333842955  [2023-11-13 07:42:53] watchdog.doorbell_rec          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-13 15:42:53.334256880  [2023-11-13 07:42:53] ffmpeg.doorbell_rec.detect     ERROR   : [AVHWDeviceContext @ 0x56547b70f9c0] No VA display found for device /dev/dri/renderD128.
2023-11-13 15:42:53.334553666  [2023-11-13 07:42:53] ffmpeg.doorbell_rec.detect     ERROR   : Device creation failed: -22.
2023-11-13 15:42:53.334899590  [2023-11-13 07:42:53] ffmpeg.doorbell_rec.detect     ERROR   : Failed to set value '/dev/dri/renderD128' for option 'qsv_device': Invalid argument
2023-11-13 15:42:53.335166117  [2023-11-13 07:42:53] ffmpeg.doorbell_rec.detect     ERROR   : Error parsing global options: Invalid argument
2023-11-13 15:42:53.356002229  [2023-11-13 07:42:53] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:42:53.356098502  [2023-11-13 07:42:53] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...
2023-11-13 15:43:03.351828250  [2023-11-13 07:43:03] watchdog.doorbell_rec          ERROR   : Ffmpeg process crashed unexpectedly for doorbell_rec.
2023-11-13 15:43:03.352201356  [2023-11-13 07:43:03] watchdog.doorbell_rec          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-13 15:43:03.353157281  [2023-11-13 07:43:03] ffmpeg.doorbell_rec.detect     ERROR   : [AVHWDeviceContext @ 0x559ed28469c0] No VA display found for device /dev/dri/renderD128.
2023-11-13 15:43:03.353167630  [2023-11-13 07:43:03] ffmpeg.doorbell_rec.detect     ERROR   : Device creation failed: -22.
2023-11-13 15:43:03.353173824  [2023-11-13 07:43:03] ffmpeg.doorbell_rec.detect     ERROR   : Failed to set value '/dev/dri/renderD128' for option 'qsv_device': Invalid argument
2023-11-13 15:43:03.353673195  [2023-11-13 07:43:03] ffmpeg.doorbell_rec.detect     ERROR   : Error parsing global options: Invalid argument
2023-11-13 15:43:03.365113483  [2023-11-13 07:43:03] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:43:03.365213523  [2023-11-13 07:43:03] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...
2023-11-13 15:43:13.363007988  [2023-11-13 07:43:13] watchdog.doorbell_rec          ERROR   : Ffmpeg process crashed unexpectedly for doorbell_rec.
2023-11-13 15:43:13.363325483  [2023-11-13 07:43:13] watchdog.doorbell_rec          ERROR   : The following ffmpeg logs include the last 100 lines prior to exit.
2023-11-13 15:43:13.363902209  [2023-11-13 07:43:13] ffmpeg.doorbell_rec.detect     ERROR   : [AVHWDeviceContext @ 0x55f8b9cf69c0] No VA display found for device /dev/dri/renderD128.
2023-11-13 15:43:13.363912643  [2023-11-13 07:43:13] ffmpeg.doorbell_rec.detect     ERROR   : Device creation failed: -22.
2023-11-13 15:43:13.364465739  [2023-11-13 07:43:13] ffmpeg.doorbell_rec.detect     ERROR   : Failed to set value '/dev/dri/renderD128' for option 'qsv_device': Invalid argument
2023-11-13 15:43:13.364475899  [2023-11-13 07:43:13] ffmpeg.doorbell_rec.detect     ERROR   : Error parsing global options: Invalid argument
2023-11-13 15:43:13.389443581  [2023-11-13 07:43:13] frigate.video                  ERROR   : doorbell_rec: Unable to read frames from ffmpeg process.
2023-11-13 15:43:13.389511065  [2023-11-13 07:43:13] frigate.video                  ERROR   : doorbell_rec: ffmpeg process is not running. exiting capture thread...

FFprobe output from your camera

PS C:\Users\doug\code\ffmpeg_play> ffprobe rtsp://doug:ransom@10.0.0.34:554/h264Preview_01_main
ffprobe version 6.0-full_build-www.gyan.dev Copyright (c) 2007-2023 the FFmpeg developers
  built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
  configuration: --enable-gpl --enable-version3 --enable-shared --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libvpl --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
  libavutil      58.  2.100 / 58.  2.100
  libavcodec     60.  3.100 / 60.  3.100
  libavformat    60.  3.100 / 60.  3.100
  libavdevice    60.  1.100 / 60.  1.100
  libavfilter     9.  3.100 /  9.  3.100
  libswscale      7.  1.100 /  7.  1.100
  libswresample   4. 10.100 /  4. 10.100
  libpostproc    57.  1.100 / 57.  1.100
Input #0, rtsp, from 'rtsp://doug:ransom@10.0.0.34:554/h264Preview_01_main':
  Metadata:
    title           : Session streamed by "preview"
  Duration: N/A, start: 0.000250, bitrate: N/A
  Stream #0:0: Video: h264 (High), yuv420p(progressive), 2560x1920, 20 fps, 25.42 tbr, 90k tbn
  Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp

Operating system

HassOS

Install method

HassOS Addon

Network connection

Wired

Camera make and model

reolink doorbell camera

Any other information that may be helpful

processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 156 model name : Intel(R) Celeron(R) N5095A @ 2.00GHz stepping : 0 microcode : 0x1b cpu MHz : 1600.000 cache size : 4096 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 27 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs srbds mmio_stale_data bogomips : 3993.60 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management:

processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 156 model name : Intel(R) Celeron(R) N5095A @ 2.00GHz stepping : 0 microcode : 0x1b cpu MHz : 806.519 cache size : 4096 KB physical id : 0 siblings : 4 core id : 1 cpu cores : 4 apicid : 2 initial apicid : 2 fpu : yes fpu_exception : yes cpuid level : 27 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs srbds mmio_stale_data bogomips : 3993.60 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management:

processor : 2 vendor_id : GenuineIntel cpu family : 6 model : 156 model name : Intel(R) Celeron(R) N5095A @ 2.00GHz stepping : 0 microcode : 0x1b cpu MHz : 1600.000 cache size : 4096 KB physical id : 0 siblings : 4 core id : 2 cpu cores : 4 apicid : 4 initial apicid : 4 fpu : yes fpu_exception : yes cpuid level : 27 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs srbds mmio_stale_data bogomips : 3993.60 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management:

processor : 3 vendor_id : GenuineIntel cpu family : 6 model : 156 model name : Intel(R) Celeron(R) N5095A @ 2.00GHz stepping : 0 microcode : 0x1b cpu MHz : 1600.000 cache size : 4096 KB physical id : 0 siblings : 4 core id : 3 cpu cores : 4 apicid : 6 initial apicid : 6 fpu : yes fpu_exception : yes cpuid level : 27 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave rdrand lahf_lm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust smep erms rdt_a rdseed smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req umip waitpkg gfni rdpid movdiri movdir64b md_clear flush_l1d arch_capabilities vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs ept_mode_based_exec tsc_scaling usr_wait_pause bugs : spectre_v1 spectre_v2 spec_store_bypass swapgs srbds mmio_stale_data bogomips : 3993.60 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management:

NickM-27 commented 11 months ago

[AVHWDeviceContext @ 0x55905f05c9c0] No VA display found for device /dev/dri/renderD128. the GPU is not available to frigate, are you running frigate in an HA OS addon?

dougransom commented 11 months ago

Yes I am. Is that bad?

NickM-27 commented 11 months ago

Which addon is being used (normal or full access)

dougransom commented 11 months ago

full

NickM-27 commented 11 months ago

Is protected mode disabled?

dougransom commented 11 months ago

It was disabled. Now it is not and it seems to be working well. Thanks!