Skip to content

Commit

Permalink
docs: pipeline viewer todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Mar 14, 2024
1 parent aac59b4 commit 4bde4e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/viewer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,10 @@ fn press_s_stop_recording(
}


// TODO: add pipeline viewer /w left/right arrow keys and UI controls to switch between frames



fn calculate_grid_dimensions(window_width: f32, window_height: f32, num_streams: usize) -> (usize, usize, f32, f32) {
let window_aspect_ratio = window_width / window_height;
let stream_aspect_ratio: f32 = 16.0 / 9.0;
Expand Down

0 comments on commit 4bde4e8

Please sign in to comment.