Hello,
I use a custom board with a DM8107.
I am trying to decode a MPEG2 stream. I set this picture to the McFw:
I get this picture after my processing chain:
My processing chain is: Decode -> DEI->Display.
My problem with this picture is: it lacks one frame
All of my chain is interleaving:
Pt_chInfo->scanFormat = SYSTEM_SF_INTERLACED;
Pt_decLinkChPrm->processCallLevel = VDEC_FIELDLEVELPROCESSCALL;
deiPrm->enableDeiForceBypass = TRUE;
The formats I use:
prm.deviceParams[VDIS_VENC_DVO2].outputInfo.dataFormat = SYSTEM_DF_YUV422SP_UV ;
Pt_decLinkChPrm->format = IVIDEO_MPEG2HP;
Pt_chInfo->dataFormat = SYSTEM_DF_YUV420SP_UV;
I use the output: HD Venc DVO2 ( prm.deviceParams[VDIS_VENC_DVO2].outputInfo.dvoFmt = VDIS_DVOFMT_SINGLECHAN;)
Can you tell me if this parameters are correct ? And can you tell me why my picture is different?
Regards