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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

603 Views
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?

Labels (3)
0 Kudos
1 Reply

399 Views
joanxie
NXP TechSupport
NXP TechSupport

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

0 Kudos