Hello,
When i output my csv data from the DVXplorer i receive a data structure that always sweeps from right to left in x-values e.g. (no matter if the timestamp increases or not)
timestamp, x, y, polarity:
1, 4, 1, 1
1, 3, 1, 1
1, 2, 1, 1
2, 1, 1, 1
2, 4, 1, 1
2, 3, 1, 1
2, 2, 1, 1
2, 1, 1, 1
this causes my frame based video generation to also sweep from right to left. I was wondering why the data is structured this way? is it because the DVXplorer has a synchronous readout?
Cheers, Luca