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

tracked object data should be periodically flushed to disk #28

Open
astraw opened this issue Sep 23, 2015 · 0 comments
Open

tracked object data should be periodically flushed to disk #28

astraw opened this issue Sep 23, 2015 · 0 comments

Comments

@astraw
Copy link
Member

astraw commented Sep 23, 2015

Currently, to save realtime 3D data to disk, we rely on either A) a call to stop saving data or B) a tracked object being killed. However if the mainbrain crashes hard, this can mean long trajectories that are currently being tracked get completely lost. Therefore, we should implement periodically flushing the currently tracked objects to disk without requiring them to be killed.

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

1 participant