cancel
Showing results for 
Search instead for 
Did you mean: 

Issue Changing Resolution in VENC_RTSP_SERVER Example

athern27
Senior

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!

2 REPLIES 2
athern27
Senior

any updates??

athern27
Senior

Any Updates regarding this