|
|
@@ -276,7 +276,7 @@ function RequestIFrame() {
|
|
|
// 设置fps
|
|
|
function setFps(frameRate) {
|
|
|
let sn = 'RK3923C1201900139';
|
|
|
- let jsonObj = { type: 5, data: { frame_rate: 20 } };
|
|
|
+ let jsonObj = { type: 5, data: { frame_rate: 25 } };
|
|
|
let jsonStr = JSON.stringify(jsonObj);
|
|
|
let outPut = new TextEncoder('utf-8').encode(jsonStr);
|
|
|
return makeFrameExtend(sn, 0x0D, outPut);
|