What will be happen if delay is not added to i.MX6 camera driver?

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

What will be happen if delay is not added to i.MX6 camera driver?

ソリューションへジャンプ
836件の閲覧回数
satoshishimoda
Senior Contributor I

Hi community,

Our customer have a question about i.MX6 Linux BSP.
Please see the following camera driver in L3.14.52_1.1.0-ga.
<kernel dir>/drivers/media/platform/mxc/capture/ov5640_mipi.c
From line 1392 to 1402, added delay to wait for sensor stable, but we don't know how sensor will be unstable if these wait is not added.

So would you kindly let us know the detail what will be happen if these wait is not added? Why the delay is needed?


Best Regards,
Satoshi Shimoda

ラベル(5)
タグ(1)
0 件の賞賛
返信
1 解決策
656件の閲覧回数
art
NXP Employee
NXP Employee

After the sensor is enabled, some time is required for its bus clock to become run stable. If no wait time is provided, there may be some synchronization issues between the sensor and the i.MX6 camera port. That's why the wait time delay is implemented in the driver.


Have a great day,
Artur

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

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
657件の閲覧回数
art
NXP Employee
NXP Employee

After the sensor is enabled, some time is required for its bus clock to become run stable. If no wait time is provided, there may be some synchronization issues between the sensor and the i.MX6 camera port. That's why the wait time delay is implemented in the driver.


Have a great day,
Artur

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

0 件の賞賛
返信