Browse Source

Forgot to add some more changes in the Inter frame timing Graph.

refactor/sync-centralize
RUSHIL AMBARISH KADU 6 months ago
parent
commit
bee80cda95
  1. 2
      steps/src/state.js

2
steps/src/state.js

@ -13,6 +13,8 @@ export const appState = {
zoomSketchInstance: null, // Add this line
// Stores the processed CAN bus data (speed, time)
offset: 0, // The calculated or manually set offset in milliseconds.
currentGraphScale: 10, // Current ms per block for the IFT graph (smooth zooming)
videoStartDate: null,
// The timestamp (in milliseconds) of the first radar frame, extracted from the JSON filename

Loading…
Cancel
Save