feat(player): add ASR/YOLO overlays, zoom, and text rendering
- Add TTF text rendering for subtitles and YOLO labels - Implement ASR subtitle display with background - Add YOLO bbox rendering with class labels - Add zoom in/out (+/-) and reset (Backquote) - Add frame/time info display - Fix YOLO metadata parsing for actual file format - Add Shift+Arrow for 1-second seek
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,5 @@
|
||||
#[doc(hidden)]
|
||||
pub mod __private18 {
|
||||
#[doc(hidden)]
|
||||
pub use crate::private::*;
|
||||
}
|
||||
5
target/debug/build/thiserror-b84c3459e91921f8/output
Normal file
5
target/debug/build/thiserror-b84c3459e91921f8/output
Normal file
@@ -0,0 +1,5 @@
|
||||
cargo:rerun-if-changed=build/probe.rs
|
||||
cargo:rustc-check-cfg=cfg(error_generic_member_access)
|
||||
cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
|
||||
cargo:rustc-check-cfg=cfg(thiserror_no_backtrace_type)
|
||||
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|
||||
@@ -0,0 +1 @@
|
||||
/Users/accusys/momentry_playground/target/debug/build/thiserror-b84c3459e91921f8/out
|
||||
Reference in New Issue
Block a user