Question
STM32MP2 Hantro VPU V4L2 H.264/VP8 Encoding & Decoding Usage Inquiry
Product:
MCU/SoC: STM32MP2
Description:
In our ST Linux environment, the hantro-vpu driver registers:
/dev/video5 -> VDEC (H.264/VP8 Decoder)
/dev/video6 -> VENC (H.264/VP8 Encoder)
We want to implement direct V4L2 API usage for H.264/VP8 encoding and decoding, without using GStreamer.
Specific Questions:
- Are there official minimal examples or demos using pure V4L2 API for H.264 / VP8 encoding/decoding?
- DMA Usage: Is it possible to use DMA for input/output buffers in V4L2 mem2mem mode on STM32MP2 Hantro VPU? If yes, what is the recommended configuration and constraints?
