[NUC972] How to shift Non-OS CAP (Capture) window start address
Posted: 13 Mar 2020, 14:46
You set cropping window start address to determine where is the start address of your sensor' module output data:
//Set cropping window start address
pCAP->SetCropWinStartAddr(y,x);
Constrain:
if x or y is out of range, the LCD result will shift.
//Set cropping window start address
pCAP->SetCropWinStartAddr(y,x);
Constrain:
if x or y is out of range, the LCD result will shift.