This folder contains a list of test sequences which have been recorded for the MORYNE project (http://www.fp6-moryne.org). They can be used for non-commercial purpose only, if a reference to the MORYNE project is associated to their use (e.g. in publications, video demontrations...). There are sequences from both demonstration busses of the MORYNE project. Filenames explicitly provide the date and time of acquisition. The material for camera calibration and bus speed/context metadata will be added as soon as possible. For any comment, please contact the email christophe.parisot with server name multitel.be .idx files ---------- .idx files contain the date and time for each frame in the sequence. The structure of this file is: - header of 12 bytes - For each frame, a structure of 24 bytes The structure contains: - unsigned 32 bits integer: seconds since Epoch - unsigned 32 bits integer: microseconds in the second - unsigned 64 bits integer: offset in bytes in the .avi file - unsigned 32 bits integer: frame number starting with 0 - unsigned 32 bits integer: frame type as defined by libavcodec (may be useless) All integers are encoded in little endian.