David Stillman

Results 10 comments of David Stillman

Thanks, Juan! The update I just pushed added the two new types (GPRO and GP5.) to the list of "known" telemetry types so it will now parse the files again,...

Can you send me a copy of an .mp4, or at least the .bin file associated with a file that has a `TICK` in it?

> should I post this somewhere else If you want to make a pull request that updates the docs, I'd be happy to merge it :) I'll see if I...

Thanks for the sample Shuchita and for the quick response, Juan! Merged.

There are four extra bytes in the updated timestamps, it looks like. Rather than ignore the errors, let's see if we can figure out what the extra data is and...

Are you sure you have a valid GPS lock on the videos where the timestamp is zero? If you have a sample file or output that would help a ton...

The format is a bit strange, and the code should be reworked. What's happening is there is a timestamp there (in `t.Gps.Time`) but they only happen once per second. The...

Yeah, I'd love a sample file from the Fusion! Do you have someplace to upload it like dropbox/google drive/etc..? Thanks!

Strong work! I wonder what the most cross-platform solution would be, perhaps a perl or python script rather than a bash or batch script? I don't run windows, does it...

A lot of these recommendations are pretty trivial, and I think useful to make the code more idiomatic and helpful for new users. If nobody else is working on cleanup,...