![IDS NXT Скачать руководство пользователя страница 22](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479022.webp)
March 2021
22
IDS NXT: REST interface
8 Camera settings
·
·
·
·
·
8.1 /camera
·
OPTIONS
·
GET
·
PATCH
{
"GET": {
"application/json": {
"Description": "Receive camera settings",
"Values": {
"ExposureTime": {
"Description": "Exposure time",
"Range": {
"Maximum": 2000018,
"Minimum": 35
},
"Type": "Integer",
"Unit": "microseconds"
},
"FlipHorizontal": {
"Description": "Horizontal image flip",
"Type": "Boolean"
},
"FlipVertical": {
"Description": "Vertical image flip",
"Type": "Boolean"
},
"Framerate": {
"Description": "Framerate during freerun",
"Range": {
"Maximum": 42,
"Minimum": 0
},
"Type": "Integer",
"Unit": "microhertz"
},
"Gain": {
"Description": "Gain settings",
"Range": {
"Maximum": 100,
"Minimum": 0
},
"Type": "Integer",
"Unit": "per cent"
},