I'm working with an imx8mp and using a generated Yocto Image based off 5.15-kirkstone and a kernel version version 5.15.52+g244c28a772f6. I have successfully installed version 2.2.1 of libimxvpuapi library and am able to run the examples successfully. I'm working on a python3.10.7 application that is running inside a Docker container on the i.mx. I need to use the VPU library to decode an encoded H.264 video stream and post-processes it within my Python application. Ive looked into Python Bindings which should allow me to work with the library in python, but would the libimxvpuapi be compatible or configured to run within a Docker Container and successfully interact with the VPU?
Solved! Go to Solution.
Hello,
You need at least the 6.1.55 to work with docker and libimxvpuapi.
https://github.com/nxp-imx/imx-docker/blob/master/README.md
Regards
Hello,
You need at least the 6.1.55 to work with docker and libimxvpuapi.
https://github.com/nxp-imx/imx-docker/blob/master/README.md
Regards