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

924 次查看
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 回复

673 次查看
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 项奖励
回复