This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

The Problem of DVMA2 MJPEG 5MP Capture

Hi,

I want to get 5MP video stream(MJPEG) from DMVA2IPNC-mt5, the version of dvsdk is dvsdk_2_10_01_18.

Now, I can saw the 5MP MJPEG video stream by IE or VLC, but I found the stream playing by IE or VLC is incorrect. The format of video stream should be 2592 * 1920, however, the actual format display in VLC is 544 * 1920. The picture is as follwed.

How can I fix it? I will really appreciate any help in this regards.

B. W.

David

  • HI,

     

    RFC2435 (RTP Payload Format for JPEG-compressed Video) supports only up to a maximum width/height of 2048 pixels.

    SO anything more than that it will clip to lower 8bits.

     

    For 5MP to view on VLC, you need to use H264.

    If MJPEG is desired, please save it to SDCARD and view the video.

     

    Regards,

     

    Raghu