2025-07-23 12:09 AM - edited 2025-11-10 2:40 AM
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!
2025-07-31 2:16 AM
any updates??
2025-11-10 2:41 AM
Any Updates regarding this