rk3588s 编码花屏

固件类型:官方提供的固件
固件文件名称:ROC-RK3588S-PC_Debian11_v1.0.4b_221123.img
固件下载地址:网盘
Log日志:log.zip

今天测试3588s的编码器,发现编 本地的 yuv420p的文件没有问题,但是测试usb摄像头有问题。usb摄像头是422yuyv的格式。
第一种方案 采用 mpp 直接进行编码:

mpi_enc_test -w 640 -h 480 -t 7 -f 8 -fps 30 -i /dev/video11 -o /opt/out_demo.h264 -n 500

第二种 采用 gstream

gst-launch-1.0 v4l2src device=/dev/video11 ! video/x-raw,width=640,height=480,framerate=30/1 ! mpph264enc ! ‘video/x-h264’ ! h264parse ! ‘video/x-h264’ ! filesink location=/opt/out_gst.h264

图像 播放 截图: 静态画面正常,动态画面出现花屏

这种什么情况啊,用的真费劲。

tchip_askquestions



log.zip (591 KB)