为IP Camera拍摄的图像构建时间表

时间:2015-10-29 10:30:07

标签: javascript timeline

我想构建一个时间轴/时间滑块来显示捕获的ip相机图像。 将搜索图像,搜索结果将保存为json对象中的事件(带图像捕获日期时间):

{
  {
   id:"1",   
   startDate: "DateTime of the capture",
   url: "source of the image"
  },
  {
   id:"2",
   startDate: "DateTime of the capture"
   url: "source of the image"
  }
   ...  

}

使用这个json对象我想构建一个带回放的时间轴/时间滑块。 我找到了一个正是我正在寻找的插件,但它只适用于GeoJSON对象来重放GPS轨道。

leafletplayback

有谁知道如何构建这个时间轴/时间滑块?

1 个答案:

答案 0 :(得分:1)

这可以使用Timeline JS3来完成,它可以从JSON格式创建时间轴。您必须更改JSON格式以匹配Timeline JS3所需的格式。

https://timeline.knightlab.com