From 8dd88028d681d02ee3119969e55bf3a1e1c0481e Mon Sep 17 00:00:00 2001 From: Daniel Aharoni Date: Thu, 9 Jul 2020 11:04:43 -0700 Subject: [PATCH] Update behaviorCam.json to use XGA resolution for Minicam-Mono-XGA device --- deviceConfigs/behaviorCams.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deviceConfigs/behaviorCams.json b/deviceConfigs/behaviorCams.json index 204456c..284a046 100644 --- a/deviceConfigs/behaviorCams.json +++ b/deviceConfigs/behaviorCams.json @@ -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": { @@ -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", @@ -51,7 +51,7 @@ "data1": "valueL" } ] - }, + }, "led0": { "startValue": 0, "min": 0,