-
Notifications
You must be signed in to change notification settings - Fork 71
Description
In some of my applications the data doesn't come out at a fixed frequency. However the data source has a real time clock and can put a time stamp in the data it sends.
Could the graphs be setup to use this time stamp as the X axis of charts? This would be very useful when the data doesn't come on a regular schedule. The device can send time in just about any format with microsecond accuracy. It could be sent as real time in some format or something simpler like seconds (or microseconds) since startup in either a float or integer format.
I've been using your tool for some time and it is really great! My latest project is using it to visualize 3d camera tracking data from an HTC VIVE VR tracking system. In this setup the data can come at a fixed sampling rate but in some cases the sampling rate is variable based on the 3D scene being visualized.