diff --git a/sd-card/html/edit_reference.html b/sd-card/html/edit_reference.html
index 47c1006a..84efe305 100644
--- a/sd-card/html/edit_reference.html
+++ b/sd-card/html/edit_reference.html
@@ -174,12 +174,12 @@
|
- |
+
$TOOLTIP_TakeImage_Zoom |
|
-
|
@@ -189,7 +189,7 @@
|
-
|
@@ -197,7 +197,7 @@
|
-
|
@@ -207,13 +207,13 @@
|
- |
+
$TOOLTIP_Alignment_InitialMirror |
LED intensity: *)
|
-
|
@@ -223,13 +223,14 @@
|
- |
+
$TOOLTIP_Alignment_FlipImageSize |
Brightness: *)
|
-
+
|
$TOOLTIP_TakeImage_Brightness |
@@ -237,7 +238,7 @@
|
- degree
|
@@ -246,7 +247,8 @@
Contrast: *)
-
+
|
$TOOLTIP_TakeImage_Contrast |
@@ -254,7 +256,7 @@
|
- degree
|
@@ -263,7 +265,8 @@
Saturation: *)
-
+
|
$TOOLTIP_TakeImage_Saturation |
@@ -272,25 +275,26 @@
|
- |
+
$TOOLTIP_TakeImage_Grayscale |
|
- |
+
$TOOLTIP_TakeImage_Aec2 |
|
|
- |
+
$TOOLTIP_TakeImage_Negative |
Auto Exposure Level: *)
|
-
+
|
$TOOLTIP_TakeImage_AutoExposureLevel |
@@ -299,13 +303,14 @@
|
- |
+
$TOOLTIP_TakeImage_FixedExposure |
Sharpness: *)
|
-
+
|
$TOOLTIP_TakeImage_Sharpness |
@@ -357,6 +362,15 @@
}
}
+ function cameraParameterChanged() {
+ document.getElementById("savereferenceimage").disabled = true;
+ }
+
+ function cameraParameterChangedDR() {
+ document.getElementById("savereferenceimage").disabled = true;
+ drawRotated();
+ }
+
// Create New Reference, Update Image
function doTakeReference(){
document.getElementById("overlay").style.display = "block";