| 8 | | |
| 9 | | |
| 10 | | [=#ipu] |
| 11 | | == IPU - Image Processing Unit |
| 12 | | The Image Processing Unit contains hardware support for the following: |
| 13 | | * Image Re-sizing and Blending |
| 14 | | * Image Enhancement |
| 15 | | * Image Inversion / Rotation |
| 16 | | |
| 17 | | Software support: |
| 18 | | * The Gateworks Yocto BSP contains an IPU driver with a [https://github.com/Gateworks/linux-imx6/blob/gateworks_3.10.53_1.1.0_ga/include/uapi/linux/ipu.h userspace ioctl API] |
| 19 | | * The IPU driver API is used by the gst-fsl-plugins and gstreamer-imx Gstreamer plugins |
| 20 | | * Other examples can be found here: |
| 21 | | * https://community.freescale.com/docs/DOC-94961 |
| 22 | | * https://github.com/rogeriorps/ipu-examples |
| 23 | | * imx-test package http://downloads.yoctoproject.org/mirror/sources/imx-test-5.2.tar.gz |
| 24 | | |