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.

About H.264 resolution of IPNC 2.6

Genius 3400 points

Hi all

      In the document  Release_Notes_IPNC_DM36x.pdf (page 9)  of  IPNC 2.6, it introduce this:

   . Moved H264 codec to platinum version which has increased resolution support  upto 5MP, please refer to codec datasheet in DVSDK folder for further details. 

     It's means that we can get 5M  h.264. But in the document of  h264_encoder_dm365_datasheet.pdf (dvsdk H264ENC.version.02.20.00.01), it introduce this:

     .Supports resolutions up to 4096x4096 in  Platinum mode and 2048x2048 in Version 1.1 backward compatible mode.

    I want to know, if using  ipnc2.6, do we can get 5M, 8M H264?

   Thanks a lot?

 

  • Hi,

     

    Codec supports higher MP but in IPNC RDK since the sensor was limited to 5MP, we have tested only till 5MP.

    This is already part of V2.6 release for 5MP H264 encoding. Datasheet will give performance details

     

    For 8M, what is the hight and width you are looking for? if it within 4096, then you can extend the 5M driver to have 8M capture and encode.

    Let us know if you face any issues

     

    Regards,

     

    Raghu

     

     

  • Thanks for you reply!  Using IPNC 2.0, We modified the sources and can get 8M(3200x2400) JPEG; According your information, if we use IPNC 2.6, we can get 8M MJPEG or 8M H.264, Is it correctly?

    Thanks again.

  • Yes, the latest release 2.6 has codecs which can encode width upto 4096, so in this release we have support for 5M as the sensor we used was for 5M.

     

    But the same driver and usecase can be extended to 8M and let us know if you run into any issues

     

    Regards,

     

    Raghu

     

  • Thanks a lot!