fix: 注释前端重复配置摄像头寄存器问题
This commit is contained in:
parent
285d3e8585
commit
d83bc250bd
|
@ -429,12 +429,12 @@ const takeSnapshot = async () => {
|
||||||
const refreshStatus = async () => {
|
const refreshStatus = async () => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
try {
|
try {
|
||||||
addLog("info", "正在配置并初始化摄像头...");
|
// addLog("info", "正在配置并初始化摄像头...");
|
||||||
const boardconfig = new CameraConfigRequest({
|
// const boardconfig = new CameraConfigRequest({
|
||||||
address: eqps.boardAddr,
|
// address: eqps.boardAddr,
|
||||||
port: eqps.boardPort,
|
// port: eqps.boardPort,
|
||||||
});
|
// });
|
||||||
await videoClient.configureCamera(boardconfig);
|
// await videoClient.configureCamera(boardconfig);
|
||||||
|
|
||||||
addLog("info", "正在获取服务状态...");
|
addLog("info", "正在获取服务状态...");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue