Skip to content

Commit 54677d0

Browse files
committed
Correct the FPS values for the MiniCAM. Now correctly supports 20, 30, and 47FPS
1 parent 4999be0 commit 54677d0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

deviceConfigs/videoDevices.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
]
6868
},
6969
"frameRate": {
70-
"displaySpinBoxValues":["10FPS", "40FPS", "50FPS"],
71-
"displayTextValues": [10, 40, 50],
72-
"outputValues":[2048,1536,766],
73-
"startValue": "50FPS",
70+
"displaySpinBoxValues":["20FPS", "30FPS", "47FPS"],
71+
"displayTextValues": [10, 30, 47],
72+
"outputValues":[1900,1250,766],
73+
"startValue": "47FPS",
7474
"sendCommand": [
7575
{
7676
"protocol": "I2C",
@@ -288,9 +288,9 @@
288288
]
289289
},
290290
"frameRate": {
291-
"displaySpinBoxValues":["10FPS", "15FPS", "20FPS", "25FPS", "30FPS"],
292-
"displayTextValues": [10, 15, 20, 25, 30],
293-
"outputValues":[10000,6667,5000, 4000, 3300],
291+
"displaySpinBoxValues":["2FPS","5FPS","10FPS", "15FPS", "20FPS", "25FPS", "30FPS"],
292+
"displayTextValues": [2, 5, 10, 15, 20, 25, 30],
293+
"outputValues":[50000,20000,10000,6667,5000, 4000, 3300],
294294
"startValue": "20FPS",
295295
"sendCommand": [
296296

0 commit comments

Comments
 (0)