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

Can we miss frames between displays being destroyed / created? #1

Open
JonathonReinhart opened this issue Apr 9, 2017 · 1 comment

Comments

@JonathonReinhart
Copy link
Owner

In _record_frame, if there is no active display, we simply do nothing; no frame is recorded at that moment in time. I think this could cause the video to effectively "jump" forward in time.

@JonathonReinhart
Copy link
Owner Author

We could write blank dummy frames to the previous output stream for this duration, but this would require a little bit of refactoring to keep the old display around, but mark it as "blank".

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