Does i.MX RT SDK 2.3 can support CCIR interlace mode function

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Does i.MX RT SDK 2.3 can support CCIR interlace mode function

1,144 次查看
Danube
Contributor IV

Hi ,

We saw i.MX RT SDK 2.3 just only support CCIR Progressive mode base on OV7725 sensor.

Does any CCIR interlace mode example test function code ?

OR

Any S/W program Document ?

0 项奖励
2 回复数

917 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hi Apollo,
Although the CSI module of the i.MXRT series supports interlaced mode, at this time, additionally to the SDK examples, you could also take a look at the following application notes, that use a different camera module:
AN12110: “Developing a Camera Application with i.MX RT Series”.
AN12103: “Developing a simple UVC device based on i.MX RT1050”.


Hope this will be useful for you.
Best regards!
/Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励

917 次查看
Danube
Contributor IV

Hi Carlos,

I think i.MX RT default Camera driver is for CCIR656ProgressiveMode

You can see your  camera code setting fsl_csi_camera_adapter.c

else if (kCAMERA_InterfaceCCIR656 == config->interface)
    {
        csiConfig.workMode = kCSI_CCIR656ProgressiveMode;

We don't see any about CCIR656InterlaceMode setting.

Does test any ADV7180 Video decode ic ?

ADV7180 can output CCIR656 interlace mode package.

0 项奖励