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 simulated video source module #189

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Add simulated video source module #189

merged 3 commits into from
Dec 5, 2023

Conversation

glopesdev
Copy link
Contributor

@glopesdev glopesdev commented Dec 5, 2023

This PR adds a new simulated video source module to allow testing and debugging of environments with video pipelines by sampling frames from either a video or image file using a timestamped trigger source.

In the case of a video file, the file is set to loop to ensure a potentially infinite video sequence. In the case of a static image, the same frame is cached and sent repeatedly to minimize resource usage.

@glopesdev glopesdev added the feature New planned feature label Dec 5, 2023
@glopesdev glopesdev merged commit e8dc0ce into main Dec 5, 2023
1 check passed
@glopesdev glopesdev deleted the file-source branch December 5, 2023 11:25
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