gstreamer camera source IPU/GPU rotate method?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

gstreamer camera source IPU/GPU rotate method?

1,800 次查看
stevesu
Contributor I

Hi everyone

Now I am trying to use the ov5640 camera with imx6qsabresd yocto project,

and I can use the following gstreamer command to show the preview from ov5640 to LCD.

>gst-launch-1.0 imxv4l2src device=/dev/video1 ! 'video/x-raw, capture-mode=1, format=(string)NV12, width=640, height=480, framerate=(fraction)30/1' ! imxv4l2sink

I want to rotate the preview,

and I have tried the ! videoflip method=clockwise !

but it seems like a software method and it is too slow(very low fps).

Is there any IPU/GPU or other HW method which can do the gstreamer rotate in high FPS?

thank you and best regard

标签 (3)
0 项奖励
回复
1 回复

1,408 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Steve

one can look at attached Linux Guide from Linux 3.14.28

sect.7.5.3 Video conversion, some useful gstreamer commands below

Freescale/gstreamer-imx · GitHub

Best regards

igor

0 项奖励
回复