-
Notifications
You must be signed in to change notification settings - Fork 60
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
Timestamp support for extracted frames #27
Comments
up |
I have came up with a solution for this issue. Remember this snippet from Katna Docs View Docs
I just replaced writer=diskwriter with my DummyWriter object. And later when I need to use timestamps, I will call dummywriter.getTimeStamps() which will return timestamp list. This is my DummyWriter Class which I used
Hope this is helpful 😇 |
Is it possible to compute timestamp for extracted frames as frame metadata?
The text was updated successfully, but these errors were encountered: