Skip to main content
Graduate II
July 23, 2025
Question

Issue Changing Resolution in VENC_RTSP_SERVER Example

  • July 23, 2025
  • 2 replies
  • 307 views

Hi everyone,

I’m currently working with the VENC_RTSP_SERVER example. I was able to successfully run it and capture video using ffplay, but the stream is currently encoded at 960×720 @ 20fps.

I’m trying to reduce the resolution to 480×480@20fps. To achieve this, I modified the MX_DCMIPP() function and changed the encoder

I also tried adjusting related parameters such as ewl_pool, VENC_OUTPUT_BLOCK_SIZE, and VENC_OUTPUT_BLOCK_NBR.

However, after these changes, the video feed is distorted and looks like this:

athern27_1-1753254425083.png

Has anyone encountered this issue or know what additional configurations need to be updated to properly support a 480×480 resolution?

Thanks in advance for any guidance!

    This topic has been closed for replies.

    2 replies

    athern27Author
    Graduate II
    July 31, 2025

    any updates??

    athern27Author
    Graduate II
    November 10, 2025

    Any Updates regarding this