From 49f88b41c01d237f7c239d736b114784509b6b12 Mon Sep 17 00:00:00 2001 From: Daniel Aharoni Date: Mon, 31 Aug 2020 15:37:50 -0700 Subject: [PATCH] Correct deviceConfig for V3 Miniscope --- deviceConfigs/miniscopes.json | 2 +- userConfigs/UserConfigExample_V3_Miniscope.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deviceConfigs/miniscopes.json b/deviceConfigs/miniscopes.json index 07498bf..e1b6f31 100644 --- a/deviceConfigs/miniscopes.json +++ b/deviceConfigs/miniscopes.json @@ -395,7 +395,7 @@ ] }, "Miniscope_V3": { - "qmlFile": "qrc:/Miniscope_V3.qml", + "qmlFile": "qrc:/Miniscope_V4_BNO.qml", "sensor": "MT9V032", "frameRate": "adjustable", "width": 752, diff --git a/userConfigs/UserConfigExample_V3_Miniscope.json b/userConfigs/UserConfigExample_V3_Miniscope.json index 41efd25..4b03c6f 100644 --- a/userConfigs/UserConfigExample_V3_Miniscope.json +++ b/userConfigs/UserConfigExample_V3_Miniscope.json @@ -29,7 +29,7 @@ "deviceType": "Miniscope_V3", "imageRegistration": "Off", "streamHeadOrientation": false, - "deviceID": 1, + "deviceID": 0, "showSaturation": true, "compressionOptions": ["MJPG","MJ2C","XVID","FFV1"], "compression": "FFV1",