Local realtime person detection for RTSP cameras

Good catch, i didn’t know about the command intel_gpu_top. But indeed, for me it does not show anything either.
I am running:

# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.10 (Groovy Gorilla)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.10"
VERSION_ID="20.10"

EDIT:
It looks like if i change the command to the below i start seeing movement in the intel_gpu_top

ffmpeg -hwaccel qsv -qsv_device /dev/dri/renderD128 -c:v h264_qsv -i rtsp://192.168.0.5:7447/16gU54OAVReFohX3 -c:v h264_qsv hwaccel-test.mp4

I will try to get that in my frigate config.yml tonight…

So basically i have added in the following to the input_args and the output_args
-c:v h264_qsv