How can I implement the CSI 4 data lanes in the S32V234?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How can I implement the CSI 4 data lanes in the S32V234?

1,160件の閲覧回数
hyungjoonjeon
Contributor I

Hi,I am working on the customizing board referring to S32V234 evb board.

We use the 2 csi lanes with ov10640 sensor.

It seems to be same configuration with S32V234 evb board.

we use customizing S32 design studio s/w code based on linux.

At the S32 design studio s/w code, the csi driver seems to support 1,2,4 lanes.

so ,I change the csi config value(Lanes = 2 ->4)and ov10640 sensor config value(2->4)

I didn't change the data frequency on CSI interface,

because csi driver seems to be calculated the data frequency automatically.

but, the result was bad. No irq was happened in  CSI_irqHandler after changed the config value(2->4).

I have a question. Is this possible to implement the CSI 4 data lanes at the S32V234 evb board with OV10640 sensor?

If it's possible,How can I implement the 4 data lane with OV10640 sensor?

the other question is that :

At S32 design studio s/w code, In case of MAXIM OV10640,application code seems to support this 4 data lanes case

 typedef enum CSI_CameraType_t
{
    CSI_NONE,
    CSI_SONY224,
    CSI_OV10640,
    CSI_MAX_SONY224,
    CSI_MAX_OV10640,
    CSI_MAX_OV10635,
    CSI_PAN34420
} CSI_CameraType_t;

 What does MAX OV10640 mean? Can I use this procedure?

ラベル(1)
0 件の賞賛
返信
0 返答(返信)