hi all,now i do some test with cap ->swms->dis
when i set the swms parameter following :
swmsCreatePrm.outputBufModified = TRUE
the image quality will be a little worse than the cap->dis
so why? and how can i fix it ?
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.
hi all,now i do some test with cap ->swms->dis
when i set the swms parameter following :
swmsCreatePrm.outputBufModified = TRUE
the image quality will be a little worse than the cap->dis
so why? and how can i fix it ?
SWMS will use EDMA to copy from input to output buffer if input resolution and format matches between input frame and output window.If you set swmsCreatePrm.outputBufModified = TRUE EDMA copy will be disabled and HDVPSS scaling will be used. If you are seeing quality reduction it means doing scaling is reducing quality.
because i add the osd link after the swms ,as before you told me ,if i do that ,i should set the
swmsCreatePrm.outputBufModified = TRUE
so how to fix the image quality problem?
badri ,whether you see the following my log.txt.that problem has not fixed
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/323057/1126757.aspx#1126757
hi Sivagamy ,thanks for your help.i have set the
Set scCfg.enablePeaking = scCfg.enableEdgeDetect = FALSE.
but still i found if i set swmsCreatePrm.outputBufModified = TRUE
the video image will be fuzzy,so how can i do?