[ground_segment] add a video synchronizer tool

A tool to replay a video of a flight in sync with the replay of the log.
Closes #770
This commit is contained in:
karlito139
2014-07-14 10:33:27 +02:00
committed by Felix Ruess
parent fc01ee531c
commit 78e1de451b
5 changed files with 194 additions and 3 deletions
+1
View File
@@ -150,6 +150,7 @@ let run = fun serial_port log adj i0 speed no_gui ->
let rec loop = fun i ->
let (t, ac, m) = log.(i) in
Ivy.send (Printf.sprintf "replay%s %s" ac m);
Ivy.send (Printf.sprintf "time%s %f" ac t);
begin
match serial_port with
None -> ()