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
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)
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
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
Hi Boadrius
these examples has rotation and resizing and use ioctls,
as these are linux examples.
Best regards
igor