Hi,
I use sclr to crop the picture successfully by setting the varialbe pDrvChPrm->srcCropCfg->cropStartX、pDrvChPrm->srcCropCfg->cropStartY、pDrvChPrm->srcCropCfg->cropWidth and pDrvChPrm->srcCropCfg->cropHeight in the function SclrLink_drvCreateFvidObj. I used the chain is
ipcBitsOutHost -> ipcBitsInVideo -> dec -> ipcOutVideo -> ipcInVpss -> sclr -> display[0]
And the result is
Now I want to use swMs instead of sclr to crop the picture.And I want to use the chain is
ipcBitsOutHost -> ipcBitsInVideo -> dec -> ipcOutVideo -> ipcInVpss -> select -> swMs[0] -> display[0]
-> swMs[1] -> display[1]
I set the variable pDrvChPrm->deiCropCfg in the function SwMsLink_drvCreateDeiDrv and pDrvChPrm->srcCropCfg in the function SwMsLink_drvCreateScDrv, but nothing affect at all.
Could you tell me how to use swMs to crop the picture, please?
Thank you!
Best regards!