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,119件の閲覧回数
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 返答(返信)

892件の閲覧回数
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 件の賞賛

892件の閲覧回数
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 件の賞賛