From 3bb6010217c153192937b8f67b231ab02920ee18 Mon Sep 17 00:00:00 2001 From: liuyi Date: Sat, 13 May 2023 17:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E5=83=8F=E9=87=87=E9=9B=86=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/index.js | 18 +++ .../components/imageCapture.vue | 133 +++++++++++++----- .../photographicDevice/index.vue | 3 +- .../realTimeMonitor/components/infoDialog.vue | 17 ++- 4 files changed, 126 insertions(+), 45 deletions(-) diff --git a/src/utils/api/index.js b/src/utils/api/index.js index 57fdcee..3e12150 100644 --- a/src/utils/api/index.js +++ b/src/utils/api/index.js @@ -309,6 +309,7 @@ export function resetTerminalApi(data) { }); } +//图像采集参数 //图像采集装置设置 列表 export function getImageResolutionListJoggle(data) { return request({ @@ -317,6 +318,23 @@ export function getImageResolutionListJoggle(data) { data, }); } +//图像参数查询 +export function getPhotoParamApi(data) { + return request({ + url: "/api/getPhotoQueryParamList", + method: "post", + data, + }); +} +//图像参数设置 +export function setPhotoParamApi(data) { + return request({ + url: "/api/updatePhotoParam", + method: "post", + data, + }); +} + //设置图像参数 setImageParams diff --git a/src/views/management/monitoringEquipment/photographicDevice/components/imageCapture.vue b/src/views/management/monitoringEquipment/photographicDevice/components/imageCapture.vue index 69d755b..1317bd7 100644 --- a/src/views/management/monitoringEquipment/photographicDevice/components/imageCapture.vue +++ b/src/views/management/monitoringEquipment/photographicDevice/components/imageCapture.vue @@ -22,41 +22,58 @@
色彩选择:
- +
图像分辨率:
- +
亮度:
- +
对比度:
- +
饱和度:
- +
- - + + + + - - + + + + - - + + - - + + - - + + + + + 确认 @@ -69,7 +86,8 @@