Hello All,
With the 8.01 release of the PSDK RTOS, support the HEVC (H.264 encoder / decoder hardware accelerator) has been moved to the Linux kernel. There are now device nodes (such as /dev/video0, /dev/video1) for the encoder and decoder that are for Video 4 Linux 2 (V4L2) memory-to-memory devices. These can be used via the raw V4L2 API (mostly ioctls() or using the libv4l2 at https://git.linuxtv.org/v4l-utils.git), or via GStreamer plugins. So far, so good.
But has anyone wrapped this V4L2 M2M driver in an OpenVX code for use with a regular graph?
If no one has done this, is there anything special we should know about writing such a wrapper?