This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: TI OpenVX kernel for H.264 encoder

Part Number: TDA4VM

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?