This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm8168 ezsdk 图像采集支持分辨率增加问题

Other Parts Discussed in Thread: TVP7002

各位大侠,请问dm8168 ezsdk开发,如果添加采集驱动其它分辨率的支持?我看过tvp7002驱动,其中只支持一些720P 1080P等分辨率,假如说我要添加1024*768-60分辨率改如何调整? 我知道内核驱动这块改如何调整,我考虑的一点是,现在HDVPSS是由dm816x_hdvpss.xem3固件维护,假如说这个固件中没有做支持1024*768分辨率的处理,那HDVPSS就没办法准确从输入带嵌入同步信号的分辨率中提取出EAV、SAV,如果无法提取出这些信号,dm816x_hdvpss.xem3固件就不会当采集到一帧图像数据后,将信息反馈给linux内核。所以说是不是增加其它分辨率的支持是需要去调整dm816x_hdvpss.xem3固件源码?