Open collinsr opened 6 years ago
Personally speaking, I think of "frame number" as "index from start of dataset". In a situation where the data source is a stream or live source (without a global reference for zero), my instinct would be to call the first frame pulled from the source "TS0: 0", the next "TS1: 1", etc.
That said, it's annoying in V1 to have to add one to the TS0 field to get to the filename.
There are three possible resolutions:
What do folks think? Is (1) enough of a problem that we should implement (2)? Or would this disrupt things too much?
I think it's a little too late to fix this because we manually addressed this in our codes and if you change it now, we would have to fix a lot of our code. So let's just let it go for now. It's not too big of an issue.
The TS0 fields start at zero; the filenames start numbering at one.