Other Parts Discussed in Thread: OPT3101
Hi, I have the SDK built and running with the OPT3101EVM. I'm attempting to capture data like the Latte GUI does and record it to a file. I have a couple questions.
1) My phase measurements seem to jump around quite a bit, and don't really seem to follow the actual distance. Is the configuration included with the SDK already configured for the EVM or are there changes I need to make? Or maybe I should be calling something besides calibrationSession_firstTimeBringUp?
2) When capturing using the frameData.capture function I noticed that the frameCounter doesn't just increment sequentially. I assume this means it's dropping frames because this interface is too slow? To remedy this I added a function that sends the "CAPS" command on the control port, and reads from the data port. This seems to almost fix the frameCounter issue. Is this the preferred way to do this?