Motion-Project / motion

Motion, a software motion detector. Home page: https://motion-project.github.io/
GNU General Public License v2.0
3.69k stars 550 forks source link

netcam_rtsp: add support for DRM PRIME HW decode acceleration #1691

Closed ilmich closed 1 year ago

ilmich commented 1 year ago

Hi, I am experimenting with motion and a device with rockchip rk3229 arm 32 soc. In order to use hardware decoding I made this little patch that enables decoding via 'drm prime' hw acceleration.

The patch has been tested with

SOC: Rockchip 3229 OS: Armbian Bookworm Kernel: 6.1.30 FFmpeg: 5.1.3 with v4lrequests patch (https://github.com/jernejsk/FFmpeg/tree/v4l2-request-n5.1.2)

I hope it's useful Cheers Michele

Mr-Dave commented 1 year ago

Thanks.