diff --git a/src/utils/api/index.js b/src/utils/api/index.js index 4f0a025..aaef29f 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 @@