2025-12-06 5:08 AM
Hello,
I am using the VENC_RTSP_Server example located in:
STM32Cube\Repository\STM32Cube_FW_N6_V1.2.0\Projects\STM32N6570-DK\Applications\VENC
This example shows how to use the VENC block and stream H.264 video through RTP/RTSP using Ethernet.
I want to send the encoded H.264 video stream to another controller through SPI instead of RTP/RTSP.
My questions are:
1. What is the input data format of the H.264 encoder (VENC)?
Is it receiving YUV420/NV12 from DCMIPP, or some other format?
2. Is there an API in the VENC example that allows access to the encoded H.264 bitstream buffer
(pointer + size), before it is sent through the RTSP server?
3. Is there any example or documentation that shows how to use the H.264 encoder output without RTP/RTSP?
For example:
Camera → DCMIPP → VENC(H264) → SPI
I only need to sending the encoded H.264 data through SPI to another controller.
Thank you!