Skip to content

Commit

Permalink
Update behaviorCam.json to use XGA resolution for Minicam-Mono-XGA de…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
daharoni committed Jul 9, 2020
1 parent 30d9807 commit 8dd8802
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deviceConfigs/behaviorCams.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
}
},

"Minicam-Mono5": {
"Minicam-Mono-XGA": {
"qmlFile": "qrc:/behaviorCam.qml",
"sensor": "MT9P031",
"frameRate": "adjustable",
"width": 1296,
"height": 972,
"width": 1024,
"height": 768,
"headOrientation": false,
"isColor": false,
"controlSettings": {
Expand All @@ -36,10 +36,10 @@
]
},
"frameRate": {
"displaySpinBoxValues":["10FPS", "15FPS", "20FPS"],
"displayTextValues": [10, 15, 20],
"displaySpinBoxValues":["10FPS", "30FPS", "45FPS"],
"displayTextValues": [10, 30, 45],
"outputValues":[2048,1536,1024],
"startValue": "30FPS",
"startValue": "45FPS",
"sendCommand": [
{
"protocol": "I2C",
Expand All @@ -51,7 +51,7 @@
"data1": "valueL"
}
]
},
},
"led0": {
"startValue": 0,
"min": 0,
Expand Down

0 comments on commit 8dd8802

Please sign in to comment.