Commit 2e155a4c authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5596 from DonLakeFlyer/Rename

Rename camera modes for usability
parents 2449895c 3c7c3054
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
"name": "CameraMode", "name": "CameraMode",
"shortDescription": "Specify whether the camera should switch to photo or video mode", "shortDescription": "Specify whether the camera should switch to photo or video mode",
"type": "uint32", "type": "uint32",
"enumStrings": "Take photos,Record video", "enumStrings": "Photo,Video",
"enumValues": "0,1", "enumValues": "0,1",
"defaultValue": 0 "defaultValue": 0
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment