summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/sharpen_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/sharpen_status.h')
-rw-r--r--src/ipa/raspberrypi/controller/sharpen_status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipa/raspberrypi/controller/sharpen_status.h b/src/ipa/raspberrypi/controller/sharpen_status.h
index 6de80f40..7501b191 100644
--- a/src/ipa/raspberrypi/controller/sharpen_status.h
+++ b/src/ipa/raspberrypi/controller/sharpen_status.h
@@ -19,6 +19,8 @@ struct SharpenStatus {
double strength;
// upper limit of the allowed sharpening response
double limit;
+ // The sharpening strength requested by the user or application.
+ double user_strength;
};
#ifdef __cplusplus