Skip to content

Commit

Permalink
Merge pull request #17 from Aharoni-Lab/dev-usb
Browse files Browse the repository at this point in the history
Correct deviceConfig for V3 Miniscope
  • Loading branch information
daharoni authored Aug 31, 2020
2 parents ced5094 + 49f88b4 commit dce6c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deviceConfigs/miniscopes.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
]
},
"Miniscope_V3": {
"qmlFile": "qrc:/Miniscope_V3.qml",
"qmlFile": "qrc:/Miniscope_V4_BNO.qml",
"sensor": "MT9V032",
"frameRate": "adjustable",
"width": 752,
Expand Down
2 changes: 1 addition & 1 deletion userConfigs/UserConfigExample_V3_Miniscope.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"deviceType": "Miniscope_V3",
"imageRegistration": "Off",
"streamHeadOrientation": false,
"deviceID": 1,
"deviceID": 0,
"showSaturation": true,
"compressionOptions": ["MJPG","MJ2C","XVID","FFV1"],
"compression": "FFV1",
Expand Down

0 comments on commit dce6c55

Please sign in to comment.