iMX6SX framebuffer image rotation

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

iMX6SX framebuffer image rotation

1,619 次查看
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,247 次查看
texnikk
Contributor II

So maybe there are any other solutions?

0 项奖励
回复

1,247 次查看
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,247 次查看
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,247 次查看
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 项奖励
回复