Skip to content

Commit

Permalink
Video export csv does not contain pts
Browse files Browse the repository at this point in the history
  • Loading branch information
domstoppable authored Oct 25, 2024
1 parent 63e8220 commit 0fc4372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neon/neon-player/world-video-exporter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ The export saves the world video as shown in Neon Player, including all currentl
![Export](./np-export.webp)

## Export Format
The World Video Exporter saves the world video file, together with [numpy](https://numpy.org/devdocs/reference/generated/numpy.lib.format.html) and csv files containing timestamps corresponding to each frame.
The csv timestamp files include an additional `pts` column. `pts` is an abbreviation for _presentation timestamps_ and refers to the media file's internal time representation. It can be used to seek or identify specific frames within the media file. See this [tutorial on how to extract individual frame images from the world video](https://github.com/pupil-labs/pupil-tutorials/blob/master/09_frame_identification.ipynb).
The World Video Exporter saves the world video file, together with [numpy](https://numpy.org/devdocs/reference/generated/numpy.lib.format.html) and csv files containing timestamps corresponding to each frame. See this [tutorial on how to extract individual frame images from the world video](https://github.com/pupil-labs/pupil-tutorials/blob/master/09_frame_identification.ipynb).

Check warning on line 11 in neon/neon-player/world-video-exporter/index.md

View workflow job for this annotation

GitHub Actions / ✍️ Check spelling

Unknown word (numpy)

0 comments on commit 0fc4372

Please sign in to comment.