Skip to content

Dashboard

aponomarev edited this page Sep 27, 2014 · 12 revisions

To better understand what's going on we need a convenient tool to view both videos and telemetry data. It should contain video view and line charts with data. A user should be able to navigate in video and whenever he changes current playback position, the charts with data will move with the video too.

It would be convenient if charts support zoom, scrolling and other cool features.

It seems like the best way to implement it is to create a html5 web page with embedded video player and some third party javascript library that works with charts.

The charts should be able to display several sensors at a time. A great feature would be the ability to use javascript prefilter to data. For example if moving average is required for data a user can write his own prefilter that will do the work.

To make it useful for other people too, we'd better not only make a tool for us, but maybe a generic tool to show videos and line charts. But this is just a wish, it's not necessary to make it in reusable way.

Clone this wiki locally