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

827 次查看
joanxie
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复