ffmpeg command for live video with mipi csi2

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

ffmpeg command for live video with mipi csi2

1,291 Views
srinivasaporam
Contributor II

Hi,

We have got imx6Q board with which ov5647 (raspi camera) is interfaced through mipi csi2 and we are using linux-linaro stable kernel source.

When we are using following command:

ffmpeg -pix_fmt bayer_bggr8 -f v4l2 -s 1280x960 -i /dev/video0 -c:v libx264 -preset ultrafast ~/Desktop/1234.avi

then 1234.avi video file is being created on Desktop which we can able to play. Now if we want to take live video from the raspi camera and to display that on desktop , what is command in ffmpeg (like raspivid -t 10000, which displays live video on raspberry pi board)

Labels (5)
0 Kudos
1 Reply

969 Views
igorpadykov
NXP Employee
NXP Employee

Hi Srinivasa

seems this is special ffmpeg question, suggest to post this on ffmpeg

mailing list

https://www.ffmpeg.org/contact.html#MailingLists

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 Kudos