Yet another HW accell [HissueW Accel Support]: #13089
Unanswered
kman82
asked this question in
Hardware Acceleration Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I have am running frigate via a proxmox privliged LXC.
I have been trying for months and hoping I can get a fresh set of eyes.
Fault: Log files in frigate indicate no HWACCEL
I have tried all variations of presets which all result in in broken feeds. Currently I have a working system with no HWACEL.
System card is a Nvidia G210. What I understand is I cannot load the official drivers unless I roll back the Proxmox system kernal to an earlier version. Do I have to load the drivers? Can I not use the default drivers linux use for nvidea cards?
I have set all Dahua cam feeds to output H264.
Do I set a global ffmpeg statement or do I indicate at each cam feed?
I also have issues with the previews not giving me a live view I have to refresh. If I click on the stream they run fine,.
I have passed through my /dev/dri/renderD128 & /dev/dri/card0:/dev/dri/card0 as per the portainer stack config.
I also have passed my coral USB TPU
Any help would be amazing.
Version
frigate:0.14.0-rc1
Frigate config file
docker-compose file or Docker CLI command
Relevant log output
FFprobe output from your camera
Operating system
Proxmox
Install method
Docker Compose
Network connection
Wired
Camera make and model
Dahua DH-IPC-HDW3866TP-ZS-AUS
Any other information that may be helpful
LXC CONFIG
arch: amd64
cores: 4
dev0: /dev/bus/usb/010/003
features: nesting=1,fuse=1
hostname: frigate01
memory: 3048
mp1: /mnt/frigate_media/,mp=/FrigateClips
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:E8:94:AA,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: SSDstorage:vm-105-disk-0,size=20G
swap: 2000
unprivileged: 1
usb0: host=1a6e:089a,usb3=1
usb1: host=18d1:9302,usb3=1
lxc.mount.entry: /dev/bus/usb/010/002 dev/bus/usb none bind,optional,create=dir 0,0
lxc.cgroup2.devices.allow: a
lxc.cap.drop:
lxc.cgroup2.devices.allow: c 188:* rwm
lxc.cgroup2.devices.allow: c 189:* rwm
lxc.mount.entry: /dev/serial/by-id dev/serial/by-id none bind,optional,create=dir
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyUSB1 dev/ttyUSB1 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file
lxc.mount.entry: /dev/ttyACM1 dev/ttyACM1 none bind,optional,create=file
lxc.cgroup2.devices.allow: c 226:0 rwm
lxc.cgroup2.devices.allow: c 226:128 rwm
lxc.cgroup2.devices.allow: c 29:0 rwm
lxc.mount.entry: /dev/fb0 dev/fb0 none bind,optional,create=file
lxc.mount.entry: /dev/dri dev/dri none bind,optional,create=dir
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file
Beta Was this translation helpful? Give feedback.
All reactions