gstreamer camera source IPU/GPU rotate method?

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

gstreamer camera source IPU/GPU rotate method?

1,802件の閲覧回数
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,410件の閲覧回数
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 件の賞賛
返信