Code Delay

At the bottom of this page, you can download the Matlab source code described in the manuscript "New method to measure end-to-end delay of Virtual Reality" by Massimiliano Di Luca published in Presence: Teleoperators & Virtual Environments. The manuscript can be downloaded HERE. I recommend reading it, as the software is not self-explanatory.

The code allows the implementation of the method which uses two photodiodes and two gradients (one real shown on a flat panel display, one virtual). The two photodiodes capture the light produced by the gradient on the flat panel display and by the virtual gradient. The signal is thus proportional to the position along the gradient. By plugging the two photodiodes into the audio card, it is possible to record virtual and physical trajectories without additional materials than a computer. The method allows to perform multiple recordings and vary, for example, the movement frequency in order to determine whether the end-to-end delay of the VR system is constant. Other parameters can also be varied to test if the delay changes (movement direction, amplitude of movement, location). The advantages of this method are the simplicity of the measurement and the similarity of the setups required for measurement and for final utilization of the VR system. In the paper I consider different types of VR system where the arrangement required for the measurement changes accordingly, for example:

  1. With VR system having an HMD display, the recordings require to perform repetitive movements of the HMD with attached a photodiode. Movements are performed in front of the flat-panel display. In the VR scene the second gradient is displayed (which position is fixed with respect to the VR environment). The second photodiode points at the display of the HMD.

  2. With VR system having a fixed screen, the recordings are preformed by moving a tracker (with attached a photodiode) in front of the flat-panel display. A second diode captures the luminance generated by the gradient in the VR scene (which position is updated according to the position of the tracker).

The analysis script included in the archive allows the estimate of the frequency of movements and of the delay for each of the recordings.

Content of the archive:

  1. test_{1/2}_{1/2/3/4}.mat
  2.                 set of example recordings

  3. test_recording.m
  4.                 to checks whether the diodes are connected correctly and the audiocard has a stereo line-in input

  5. signal_recording.m
  6.                 can be used to record the signals generated by one movement

  7. calculate_delay_gui.m
  8.                 loads a series of recordings and determines the relative delay and largest frequency component

  9. myfilteronefreq.m
  10. finddelay.m
  11. fsplot.m
  12. findfreq.m
  13.                 files required by calculate_delay_gui.m




    Copyright (c) 2010, Massimiliano Di Luca

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software, the data files, and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



    I accept the terms




Massimiliano Di Luca
Massimiliano Di Luca

Associate Professor at the University of Birmingham (UK) in the School of Pscyhology and in the School of Computer Science.