How to compress and save NV12 640*512 30fps video with VPU H264 on STM32MP257F-DK board?
Hello. I am using LVGL to open a USB camera and capture NV12 640*512 video at 30fps.I want to compress NV12 video to H264 using /dev/video1 hantro-vpu stm32mp-venc-enc and save the video to /mnt/sdcard/video.h264.I'm trying to configure /dev/video1 b...