iMX6 camera preview IPU functionality

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

iMX6 camera preview IPU functionality

ソリューションへジャンプ
2,138件の閲覧回数
uSasha
Contributor II

Hello,

there is a "camera preview" function in iMX's image processing unit.

User guide explanation is very short:

37.1.2.1.6.3 Camera Preview

• Tearing artifacts can be prevented by (automatic) page-flip double buffering in

system memory

• Alternatively, the video stream from an image sensor can be sent directly to the

display buffer used for screen refresh. The significance of this option is that only a

single frame buffer is needed (and not two). This buffer may be located either in

system memory or in an external display controller.

• This option is useful, e.g., in a low frame rate, when tearing is not visible.

• When tearing must be prevented, the refresh cycle in the display can be

synchronized with the timing signals from the sensor (two refresh cycles for each

input frame): the IPU receives a VSYNC signal from the sensor and generates

from it synchronization signals for the display.

The question is: how to configure IPU to stream video directly from sensor to screen without CPU interaction?

Main idea to implement "instant start" appearence, show video from bootloader and then start linux.

ラベル(6)
0 件の賞賛
返信
1 解決策
1,171件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Alex

please look at SDK example and sect.18.5 CSI preview

iMX6_Firmware_Guide.pdf (included to SDK)

i.MX 6Series Platform SDK : Bare-metal SDK

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,172件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Alex

please look at SDK example and sect.18.5 CSI preview

iMX6_Firmware_Guide.pdf (included to SDK)

i.MX 6Series Platform SDK : Bare-metal SDK

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
1,171件の閲覧回数
uSasha
Contributor II

Thanks, Igor!

0 件の賞賛
返信