![IDS NXT Скачать руководство пользователя страница 24](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479024.webp)
March 2021
24
IDS NXT: REST interface
"Range": [
"Off",
"Once",
"Continuous"
],
"Type": "String"
}
}
}
}
}
8.2 /camera/trigger
·
OPTIONS
·
GET
·
PATCH
·
POST
{
"GET": {
"application/json": {
"Description": "Receive trigger settings.",
"Values": {
"Debounce": {
"Description": "Trigger debouncing",
"Range": {
"Maximum": 20000,
"Minimum": 0
},
"Type": "Integer",
"Unit": "microseconds"
},
"Delay": {
"Description": "Trigger delay in microseconds",
"Range": {
"Maximum": 16777215,
"Minimum": 0
},
"Type": "Integer",
"Unit": "microseconds"
},
"Edge": {
"Description": "Trigger edge type",
"Range": [
"Falling",
"Rising",
"Both"
],
"Type": "String"
},
"NoTriggerThreshold": {
"Description": "Maximum time between to received images before
warning.",
"Range": {
"Maximum": 86400000,