-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Processor SDK - Jacinto
-
ADASVISION-6387
-
PROCESSOR_SDK_10.00.00
-
PROCESSOR_SDK_11.02.01
-
scanFmt is not supported in vpParams structure inside vision_apps.
This should be included as a parameter in app_dctrl_vp_params_t structure and pass it as below in the API appDctrlSetVpParamsCmd() in vision_apps/utils/dss/src/app_dctrl.c
drvVpParams.lcdOpTimingCfg.mInfo.scanFormat = vpParams->scanFmt;
to give the control to select the scanFmt.