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.

关于dm8127的Capture模块自带sc相关问题

您好!

    目前我们用RDK3.5开发环境,从VIP0接入一路CIF分辨率的逐行外同步图像,接入后想用capture的sc放大到4CIF,

但我看 drivers/capture/src/vpsdrv_captureVip.c 的Vps_captVipScConfigSetup函数有限制,不能做放大

if ((pScParams->outWidth > pScParams->inCropCfg.cropWidth) ||
(pScParams->outHeight > pScParams->inCropCfg.cropHeight))
{
status = FVID2_EFAIL;
}

我看HDPVSS手册,VIP模块的SC应该就是SC3,是可以支持放大的

还请麻烦确认一下,是否支持放大,如果支持,是后续的RDK有添加,还是需要自己开发

谢谢!