Skip to content

[HW Accel Support]: Rockchip ffmpeg / GPU #10383

Discussion options

You must be logged in to vote

I did some research. Your board supports hardware encoding but not hardware decoding. Moreover, there is no FFmpeg fork that supports hardware encoding or reading frames from the MIPI CSI interface currently.

Since frigate uses FFmpeg, the only way to get the frames to frigate is what you already do: use the RK MPI SDK to stream the frames from the camera to rtsp and feed this rtsp stream to frigate. Of course this is not very efficient, since FFmpeg needs to decode these rtsp frames in software.

The best way using your hardware was to use FFmpeg to read the raw frames from MIPI CSI and pass them directly to frigate and additionally encode these frames using hardware acceleration in order…

Replies: 4 comments 1 reply

Comment options

NickM-27
Mar 11, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@MarcA711
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by NickM-27
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment