https://github.com/pupil-labs/pupil
Revision f22e87a1e07c8095f9f4ef3e204040b23160255f authored by Pablo Prietz on 09 February 2023, 09:35:12 UTC, committed by Pablo Prietz on 09 February 2023, 09:35:12 UTC
Pupil Player assumes that scene video packet and frame pts are equal and will warn if a new frame's pts does not conform with the target packet pts.

This commit yields packet and frame pts such that Player can compare the target packet pts to the actual packet pts from which the frame was decoded from.

For this to work well, there is the assumption that every packet yields one frame only.
1 parent 1a0ef3f
History
Tip revision: f22e87a1e07c8095f9f4ef3e204040b23160255f authored by Pablo Prietz on 09 February 2023, 09:35:12 UTC
Use packet instead of frame pts to check whether a frame was skipped
Tip revision: f22e87a
File Mode Size
.github
deployment
pupil_external
pupil_src
.gitignore -rw-r--r-- 762 bytes
.pre-commit-config.yaml -rw-r--r-- 896 bytes
COPYING -rw-r--r-- 34.3 KB
COPYING.LESSER -rw-r--r-- 7.5 KB
README.md -rw-r--r-- 4.7 KB
pylama.ini -rw-r--r-- 42 bytes
pyrightconfig.json -rw-r--r-- 67 bytes
requirements-bundle.txt -rw-r--r-- 208 bytes
requirements-dev.txt -rw-r--r-- 11 bytes
requirements.txt -rw-r--r-- 541 bytes
update_license_header.py -rw-r--r-- 3.9 KB

README.md

back to top