Issue Changing Resolution in VENC_RTSP_SERVER Example
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:

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!
