Apicloud 接入海康攝像頭

1準備工做 , 加載apicloud 海康視頻模塊。 api

引入 SDK 從新生成項目測試 再config.xml寫入appidapp

話很少說直接上代碼 ide

video=api.require("haikangVideo"); video.open({ ip:ip, port:port, channel:'1', user:name, pwd:pwd, fixedOn: api.frameName, fixed: true, rect : { x : 0, y : api.frameHeight /5.5,
 w : api.frameWidth , h : api.frameHeight / 2 }, },function(ret, err){ if( ret.status ){ video.play(); }else{ alert( JSON.stringify( err ) ); } }); api.toast({ msg: '打開成功', duration: 2000, location: 'middle' });
View Code

 

切記 必定要放在方法內使用測試

相關文章
相關標籤/搜索