[IPUv3] Library Geometric Operations

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

[IPUv3] Library Geometric Operations

658 Views
a_alquézar
Contributor I

Hi everybody,

I'm searching a library that works with v4l2, and also IPUv3, and have implemented the geometric operations like:

Scale - change image content size

Rotate - change image content orientation

Reflect - flip over image contents

Translate - change image content position

Affine Transformation - general image content linear geometric transformation

Does anyone know any?

What is the best way to use correctly the ioctl to create this kind of library?

Thank you so much!

Boadrius

Labels (1)
Tags (2)
0 Kudos
3 Replies

551 Views
igorpadykov
NXP Employee
NXP Employee

Hi Boadrius

one can look at examples below

https://community.freescale.com/docs/DOC-94961

https://github.com/rogeriorps/v4l2-examples

i.MX51 IPU V3 Library User's Guide (REV 0)

http://cache.freescale.com/files/32bit/doc/ref_manual/imx51_IPU_LIB_UG.pdf?fpsp=1&WT_TYPE=Reference%...

Best regards

igor

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

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

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

0 Kudos

551 Views
a_alquézar
Contributor I

Thank you Igor, but I'm searching a library that contains and implementation of the geometric operations, described in the previous post, for the IPUv3 using ioctl, or any example with this operations implemented.

Does anyone know any?

Best rgrds,

Boadrius

0 Kudos

551 Views
igorpadykov
NXP Employee
NXP Employee

Hi Boadrius

these examples has rotation and resizing and use ioctls,

as these are linux examples.

Best regards

igor

0 Kudos