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.

pnc rdk 3.5 how to scale stream from 2592x2128 to 1920x1080 ?

ipnc rdk 3.5 , 8148 board,

scale stream from 2592x2128 to 1920x1080 ;

I use resize!

Isp hunged up after the message printed " ISP   : Received and returning 1 frames ".


my usecase

    ispPrm.vnfFullResolution = FALSE;
    ispPrm.clkDivM                     = 10;
    ispPrm.clkDivN                    = 20;//20
    ispPrm.vsEnable = FALSE;

    ispPrm.inQueParams.prevLinkId     = dupId;
    ispPrm.inQueParams.prevLinkQueId = 1;

    ispPrm.numOutQueue               = 1;
    ispPrm.outQueInfo[0].nextLink = mergeId;
    ispPrm.outQueuePrm[0].dataFormat = SYSTEM_DF_YUV420SP_UV;
    ispPrm.outQueuePrm[0].width      = 800;
    ispPrm.outQueuePrm[0].height     = 600;

look forwards for your answer..