iMX6SX framebuffer image rotation

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

iMX6SX framebuffer image rotation

1,800件の閲覧回数
texnikk
Contributor II

Q: Does anybody know, how can framebuffer rotation be achieved on iMX6SX cpu, which doesn't have IPU?

Because I've found several threads here regarding image rotation, but looks like all solutions require usage of IPU.

ラベル(3)
0 件の賞賛
返信
4 返答(返信)

1,428件の閲覧回数
texnikk
Contributor II

So maybe there are any other solutions?

0 件の賞賛
返信

1,428件の閲覧回数
mtx512
Contributor V

You can use the PXP engine to rotate a buffer and render back to the frame buffer as shown in this example

0 件の賞賛
返信

1,428件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Serhii

one can look at pxp rotation test

pxp_v4l2_test.c\pxp_v4l2_test\test - imx-test - i.MX Driver Test Application Software 

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

0 件の賞賛
返信

1,428件の閲覧回数
texnikk
Contributor II

Hi igorpadykov,

Thanks for your reply!

Well, actually I need this rotation be performed by framebuffer driver itself, like it was described in i.MX6 IPU and rotating a frame buffer in framebuffer_rotaion_90_degree_kernel_4.9.patch.zip , not from userspace

0 件の賞賛
返信