| 1 | [[PageOutline]] |
| 2 | |
| 3 | [=#ipu] |
| 4 | == IPU - Image Processing Unit |
| 5 | The Image Processing Unit contains hardware support for the following: |
| 6 | * Image Re-sizing and Blending |
| 7 | * Image Enhancement |
| 8 | * Image Inversion / Rotation |
| 9 | |
| 10 | Software support: |
| 11 | * 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] |
| 12 | * The IPU driver API is used by the gst-fsl-plugins and gstreamer-imx Gstreamer plugins |
| 13 | * Other examples can be found here: |
| 14 | * https://community.freescale.com/docs/DOC-94961 |
| 15 | * https://github.com/rogeriorps/ipu-examples |
| 16 | * imx-test package http://downloads.yoctoproject.org/mirror/sources/imx-test-5.2.tar.gz |
| 17 | |