RK BT656隔行输入在运动的时候有锯齿(横纹)
背景:热红外机芯输出BT656数字信号接入到rk3588开发版上。参数为YUV422,单沿,隔行,720*576。遇到的问题是,在相机拍摄运动的物体的时候,物体轮廓会有锯齿(横纹)现象。通过排查手段,机芯输出正常。rk官方提供IEP模块可以减轻此现象。本文主要介绍IEP模块的编译和测试
mpp 代码里有 iep2_test 可供参考做deinterlace
GitHub - rockchip-linux/mpp: Media Process Platform (MPP) moduleMedia Process Platform (MPP) module. Contribute to rockchip-linux/mpp development by creating an account on GitHub.https://github.com/rockchip-linux/mpp1、下载源码
MPP源代码发布官方地址:<https://github.com/rockchip-li