Timing and Synchronization in Gaze-Contingent Displays and Latency-Sensitive Research Paradigms (V-VSS 2020)

Timing and Synchronization in Gaze-Contingent Displays and Latency-Sensitive Research Paradigms (V-VSS 2020)

Questions can be sent to: [email protected] Overview In this talk, originally presented on June 22nd, 2020, VPixx staff scientist Dr. Sophie Kenny discusses the importance of end to end latency in gaze contingent displays. She covers hardware and software related sources of delay in research systems, and why these are relevant for vision scientists. She…

Introduction to Registers and Schedules

Introduction to Registers and Schedules

Questions can be sent to: [email protected] Overview If you have started looking through our MATLAB and Python demos, you will probably have encountered code that looks like this: Datapixx(‘RegWrRd’); DPxUpdateRegCache() device.updateRegCache() And possibly this: Datapixx(‘StopAllSchedules’); DPxStopAllScheds() device.din.stopSchedule() If you’re curious about what these commands do, this guide is for you. Registers and schedules are core…