stream video file
All checks were successful
Rust / build (pull_request) Successful in 9m0s

This commit is contained in:
Vinzenz Schroeter 2025-03-08 12:06:13 +01:00
parent 05289581a1
commit cfe9699997
8 changed files with 179 additions and 7 deletions

View file

@ -35,6 +35,7 @@ impl ImageProcessingPipeline {
}
}
#[must_use]
pub fn process(&mut self, frame: DynamicImage) -> Bitmap {
let start_time = Instant::now();