You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qml/ui/SettingsMap.qml
+70-4
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Item {
90
90
interval:1,
91
91
unit:""},
92
92
"EXTRAPARAMS": {title:"Extra parameters",
93
-
info:"Default is: -cd H264 -n -fl -ih -pf high -if both -ex sports -mm average -awb horizon",
93
+
info:"Do not use the following in the EXTRAPARAMS as they are already applied: -cd -n -fl -ih -pf -if -ex -mm -awb -sh -co -br -sa -hf -vf",
94
94
itemType:"string"},
95
95
"FORWARD_STREAM": {title:"Hotspot video format",
96
96
info:"Hotspot video can either be RTP encapsulated, or \"raw\" h264. RTP is recommended, as it helps the receiver prevent video distortion caused by minor RF interference. This setting must match on the receiver.",
@@ -109,7 +109,7 @@ Item {
109
109
upperLimit:5610,
110
110
interval:1,
111
111
unit:""},
112
-
"VEYE_profile": {title:"VEYE Camera Profile",
112
+
"camera_profile": {title:"Camera Profile",
113
113
info:"Choose between numbered profiles or custom settings below",
114
114
itemType:"choice",
115
115
choiceValues: [{title:"Custom", value:"0"},
@@ -401,8 +401,74 @@ Item {
401
401
itemType:"choice",
402
402
choiceValues: [{title:"YUYV", value:"YUYV"},
403
403
{title:"UYVY", value:"UYVY"}]},
404
-
405
-
404
+
"rpi0_camera_exposure": {title:"RPI Camera Exposure Mode",
405
+
info:"Choose the exposure mode for RPI camera. Note that not all of these settings may be implemented, depending on camera tuning.",
406
+
itemType:"choice",
407
+
choiceValues: [{title:"Off", value:"off"},
408
+
{title:"Auto", value:"auto"},
409
+
{title:"Night", value:"night"},
410
+
{title:"Nightpreview", value:"nightpreview"},
411
+
{title:"Backlight", value:"backlight"},
412
+
{title:"Spotlight", value:"spotlight"},
413
+
{title:"Sports", value:"sports"},
414
+
{title:"Snow", value:"snow"},
415
+
{title:"Beach", value:"beach"},
416
+
{title:"Verylong", value:"verylong"},
417
+
{title:"Fixedfps", value:"fixedfps"},
418
+
{title:"Antishake", value:"antishake"},
419
+
{title:"Fireworks", value:"fireworks"}]},
420
+
"rpi0_metering_mode": {title:"RPI Camera Metering Mode",
0 commit comments