@
polaa 简单分析了下固件,用的就是摄像头固件提供的功能
live/live.js: var retstatus = oSession.sendRequestSync("image.cgi", "");
live/live.js: snapshoturl = oSession.getURLHead() + "image.cgi?v=jpg&cache=on&seq=" + Math.random();
live/live.js: snapshoturl = oSession.getURLHead() + "image.cgi?v=jpg:" + currentReceiveImageSize + "&cache=on&seq=" + Math.random();
live/wv.js: var url = this.url_head + "image.cgi?" + this.connection_id_new + "&seq=" + Math.random();
live/wv.js: var url = this.url_head + "image.cgi?v=jpg:480x270" + "&seq=" + Math.random();
live/wv.js: var url = this.url_head + "image.cgi?v=jpg:" + imageSize + "&seq=" + Math.random();