Skip to main content
Graduate
July 5, 2025
Solved

STM32N6 H264 video encoder and streaming over RTSP

  • July 5, 2025
  • 1 reply
  • 984 views

Hello,

 

I would like to know the H264 VENC performance for the STM32N6 using the ST example: STM32Cube_FW_N6_V1.1.1/Projects/STM32N6570-DK/Applications/VENC/VENC_RTSP_Server

I have a hardware setup with a nucleo-n657x0-q + a ST B-CAMS-IMX camera module.

Question 1: The example provided by the STM32CUBE_FW is for STM32N6570-DK. Will it also work for the nucleo-n657x0-q 

 

Thank you.

    This topic has been closed for replies.
    Best answer by KDJEM.1

    Hello @FB__1 ;

     

    The VENC IP, integrated into the STM32/N6 device, provides hardware acceleration for H.264 and JPEG encoding.

    For more information about the performance, I recommend you to look at 

    KDJEM1_0-1751968285826.png

    The VENC_RTSP_Server application runs on STM32N657xx devices. This application has been tested with STMicroelectronics STM32N6570-DK boards Revision MB1939-N6570-A03 and can be easily tailored to any other supported device and development board.

    I hope this answer your request.

    Thank you.

    Kaouthar

    1 reply

    KDJEM.1Answer
    Technical Moderator
    July 8, 2025

    Hello @FB__1 ;

     

    The VENC IP, integrated into the STM32/N6 device, provides hardware acceleration for H.264 and JPEG encoding.

    For more information about the performance, I recommend you to look at 

    KDJEM1_0-1751968285826.png

    The VENC_RTSP_Server application runs on STM32N657xx devices. This application has been tested with STMicroelectronics STM32N6570-DK boards Revision MB1939-N6570-A03 and can be easily tailored to any other supported device and development board.

    I hope this answer your request.

    Thank you.

    Kaouthar

    Graduate II
    December 23, 2025

    Hi Kaouthar @KDJEM.1 

    Thank you very much for the links - it's very helpful to read these. :)

    Will