mobile CCTV,mobile surveillance,police body worn cameras

标题: SDK版本,录像存储NRU,获取不到完整数据 [打印本页]

author: 岳志远    time: 2022-10-25 11:43
标题: SDK版本,录像存储NRU,获取不到完整数据
从NRU平台服务器获取录像 只能获取一条录像,并且这条录像是第一次的录像,实际情况,NRU保存的是有多条录像
let res = this.session.swSearch({
        stSearchInfo: {
          iCount: 128,
        },
        stFilter: {
          szPUID: "PU_231869D4",
          iTimeCondition: 1,
          iTimeBegin: new Date(this.tiemout).getTime() / 1000,
          iTimeEnd: new Date(tiemer).getTime() / 1000,
          iFileType: 1,
          iRecordType: 1,
        },
        callback: function (options, response, data) {
          console.log(data);
        },
      });

author: 岳志远    time: 2022-10-25 11:49
开始时间 和结束时间是昨天至今天的 录像时间也在范围内
author: hardfire    time: 2022-10-25 20:16
这个是CUSDK?注意:我们目前已经废弃SERVER-D,全面转向SERVER-E了。
SDK都是WEB SDK,WEB前端的SDK。
基于webRTC构建的新一代视频融合可视指挥调度平台smarteye server-E WEB SDK restful接口文档,https://smarteye.besovideo.com/doc/

demo:https://github.com/besovideo/ewebdemo
npm包:https://www.npmjs.com/package/@besovideo/webrtc-player
接口文档: https://smarteye.besovideo.com/doc/bvcspapi/index.html





欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2