strawlab / strand-braid

Live, low-latency 2D and 3D tracking from single or multiple high-speed cameras
https://strawlab.org/braid/
Other
50 stars 8 forks source link

Track previously saved MP4 (or FMF) videos #9

Open astraw opened 3 years ago

astraw commented 3 years ago

A feature we need is the ability to track recorded MP4 (or FMF) videos.

astraw commented 3 years ago

The pieces are coming in place for this: braid offline-retrack (2D -> 3D), braid-process-video (currently synchronizes multiple MP4 or MKV videos), the code in image-tracker/tests/test-fmf-tracking.rs (single FMF videos -> 2D). Now what is needed is to put these pieces together into a single executable.