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

Add operator for timestamped replay of video data #151

Merged
merged 5 commits into from
Oct 12, 2023
Merged

Add operator for timestamped replay of video data #151

merged 5 commits into from
Oct 12, 2023

Conversation

glopesdev
Copy link
Contributor

@glopesdev glopesdev commented Oct 12, 2023

This PR adds a new video capture operator for timestamped replay of video data acquired by the Aeon system. It assumes frame metadata is provided next to the video file and by default performs automatic grayscale conversion so that the output format is identical to the video streams coming in from cameras during live acquisition workflows (this conversion is exposed as an optional parameter for future color camera or alternative color format support).

The aim is to provide support for testing video processing workflows and also enabling offline post-hoc conversion of derived video datasets.

@glopesdev glopesdev added the feature New planned feature label Oct 12, 2023
@glopesdev glopesdev merged commit c886090 into main Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant