55. RK3588 uses MPP to encode yuv to h264 and decode h264 to yuv module development and integrate OAK depth camera decoding & encoding & streaming testing

Basic idea: You need to use independent module code to realize your own logical functions, so based on the official source code and referring to several official links in the appendix, I created a version of the rk3588 encoding test and decoding test demo; members privately message me the code~

When using oak in docker, you need to add permissions and network settings

docker run -i -t --rm --name my-docker --network host -v /home/ubuntu/depthai:/depthai --privileged -v /dev/bus/usb:/dev/bus/usb test_ci_env:v2

Test video/generate h264/generate yuv

 Link: https://pan.baidu.com/s/1HbpeqMJb8HcgFpzaKhUxHw?pwd=zmtj Extraction code: zmtj

1. First look at the project rk_yuv_mpp_h264 encoding demo

Test results rk3588 test results 

firefly@firefly:~/rk_yuv_mpp_h264/build$ sudo ./rk_yuv_mpp_h264

Guess you like

Origin blog.csdn.net/sxj731533730/article/details/130487850