Hello
When we use APIs to capture the synchronized projection Image, PC always captures one frame delay. Would you please check out the following sequence wether we proceed it correctly?
1) Write DLP parameters
①LCR__SetLedEnables
SeqCtrl=false, Red=0, Green=0, Blue=0
②LCR_AddToPatLut
TrigType=1, PatNum=0, BitDepth=8, LEDSelect=6, InvertPat=false, InsertBlack=true, BufSwap=false, trigOutPrev=false
③LCR_SetPatternDisplayMode
external=true
④LCR_SetPatternConfig
numLutEntries=1, repeat=true, numPatsForTrigOut2=1, numSplash=1
⑤LCR_SetExposure_FramePeriod
exposurePeriod=16000, framePeriod=16667
⑥LCR_SetPatternTriggerMode
IntExt_or_Vsync=0
⑦LCR_SendPatLut
⑧LCR_ValidateStatus
2) Power up Camera
3) Start Pattern Sequence using "LCR_PatternDisplay"
4) Capture the Image
5) Stop Pattern Sequence using "LCR_PatternDisplay"
6) Repeat 1) to 5)
Regards,
Takeshi