对于海康、大华的摄像头web页面内的集成方式,根据浏览器类型,通常是采用以下形式:

 

IE内核:调用ocx控件

例如:

<object width="100%" height="100%" id="ocx" classid="CLSID:ED1EDBF5-CCC7-4171-A559-6578BD6D3003" style="top: 0px;"/>

 

非IE内核:嵌入插件,间接调用ocx控件

例如:

<embed id="ocx" width="100%" height="100%" type="application/media-plugin-version-3.0.0.3" videowindtextcolor="9c9c9c" videowindbarcolor="414141" style="top: 0px;">

采用此方式时需js进一步调用对应插件提供接口才能正常使用

 

相关文章:

  • 2021-12-10
  • 2021-10-17
  • 2021-08-14
  • 2022-12-23
  • 2021-10-17
  • 2021-12-28
猜你喜欢
  • 2021-11-10
  • 2021-10-21
  • 2021-10-30
  • 2021-11-20
  • 2022-12-23
  • 2021-07-30
相关资源
相似解决方案