Does an Odroid N2+ support ffmpg and hardware accel in Frigate

Does an Odroid N2+ support ffmpg and hardware accel in Frigate? I’ve had to comment out all efforts at making this work in frigate.yaml. My understanding is that there is hardware acceleration, but can’t get it to work in Frigate.

mqtt:
  host: 192.168.1.103
  client_id: frigate
  user: harry1
  password: Carrie_Feuer0SYN
go2rtc:
  streams:
    reolink: 
      - http://192.168.1.105/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=#####
      - "ffmpeg:reolink#audio=opus"
    reolink_sub: 
      - http://192.168.1.105/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=#####
cameras:
  office:
    enabled: true
    ffmpeg:
#    hwaccel_args:
#      - -hwaccel
#      -  vaapi
#      - -hwaccel_device
#      - /dev/dri/renderD128
#      - -hwaccel_output_format
#      - yuv420p
#    input_args:
#      - -avoid_negative_ts
#      - -make_zero
#      - -fflags
#      - +genpts+discardcorrupt
#      - -fflags
#      - nobuffer
#      - -fflags
#      - low_delay
#     - -strict
#      - experimental
#      - -probesize
#      - 1000M
#      - -rw_timeout
 #      - "5000000"
#      - -use_wallclock_as_timestamps
#      - "1"
     inputs:
       - path: rtsp://127.0.0.1:8554/reolink?video=copy&audio=aac
         input_args: preset-rtsp-restream
         roles:
         - record
       - path: rtsp://127.0.0.1:8554/reolink_sub?video=copy
         input_args: preset-rtsp-restream
         roles:
         - detect
detect:
  width: 640
  height: 480
  fps: 5
birdseye:
  enabled: true
record:
  enabled: true
  retain:
    days: 1
  events:
    retain:
      default: 2
      mode: all
      objects:
        person: 2
snapshots:
  enabled: true
  timestamp: true
  retain:
    default: 5
    objects:
      person: 5

Did you ever find a solution for this?

No longer use the Odroid