Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do the object event files need to maintain a frame ordering? #15

Open
Norbo11 opened this issue Mar 24, 2019 · 1 comment
Open

Do the object event files need to maintain a frame ordering? #15

Norbo11 opened this issue Mar 24, 2019 · 1 comment

Comments

@Norbo11
Copy link

Norbo11 commented Mar 24, 2019

Hi,

We were wondering whether the output of frame_to_object_stream needs to maintain a sequential frame ordering. The lines themselves are indexed by the frame number, so functionality later on is maintained, but I'm unsure whether the client expects to investigate these files themselves and wishes to maintain the sequential order of the events (as they appear in the file).

Thanks.

@jjd06
Copy link
Contributor

jjd06 commented Mar 25, 2019

Let's say yes, since they're representative of a stream. Imagine a continuously streaming example where, instead of sending frame indices, we can reduce bandwidth by just having a frame_start flag or similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants