How to display CSI-captured video on MIPI LCD & HDMI at the same time

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

How to display CSI-captured video on MIPI LCD & HDMI at the same time

1,368件の閲覧回数
ottob
Contributor IV

Hi There,

We are using the 3.10.17 Yocto release for our iMX6. Capturing video over the parallel CSI port and displaying it on a MIPI LCD or HDMI works fine, however not at the same time.

//MIPI LCD Output

gst-launch tvsrc !  mfw_v4lsink

//HDMI Output

gst-launch tvsrc !  mfw_v4lsink device=/dev/video18 disp-width=1920 disp-height=1080

We have tried using "tee" or even modifying the tvsrc driver to allow multiple clients, but the CPU usage goes up to 100% and frames are dropped in HD modes.

This should be a fairly common scenario so I'm suspecting we are doing something wrong. Any ideas on how this can be accomplished ?

Later we need to feed the CSI video to the encoder as well as the LCD & HDMI

Any help is appreciated

/Otto

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

1,117件の閲覧回数
Yuri
NXP Employee
NXP Employee

Hello,

   Please try using mfw_v4isink instead of mfw_v4lsink.

Please refer to documentation about details.


Have a great day,
Yuri

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

0 件の賞賛
返信