Simultaneous stream and write to the file using imx6 and MIPI ov5640 camera

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

Simultaneous stream and write to the file using imx6 and MIPI ov5640 camera

1,038件の閲覧回数
marcinnowrot
Contributor I

Hi,
I'm trying to make a simultaneous stream and write to the file using imx6 SabreLite and MIPI ov5640 camera.

I try with that pipeline:
gst-launch -v -e \
mfw_v4lsrc device=/dev/video0 \
        capture-mode=4 \
! tee name=t t. \
! queue max-size-buffers=1 \
! vpuenc codec=6  \
!queue \
! avimux \
!queue \
! filesink location=/home/linaro/final.avi t. \
! queue max-size-buffers=1 \
! ffenc_mjpeg \
!queue \
! rtpjpegpay  \
!queue \
! udpsink host=$1 port=$2

And I have a problem, because after few seconds of streaming and recording, the video freeze for 2-3sec.
Where is my mistake?

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

834件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

what codec version and bsp version did you use? network server issue would effect the speed.

0 件の賞賛
返信