diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/ipa/raspberrypi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/ipa/raspberrypi.h b/include/libcamera/ipa/raspberrypi.h index 4038428b..5a943382 100644 --- a/include/libcamera/ipa/raspberrypi.h +++ b/include/libcamera/ipa/raspberrypi.h @@ -28,7 +28,7 @@ enum ConfigParameters { }; enum Operations { - IPA_ACTION_V4L2_SET_STAGGERED = 1, + IPA_ACTION_SET_DELAYED_CTRLS = 1, IPA_ACTION_V4L2_SET_ISP, IPA_ACTION_STATS_METADATA_COMPLETE, IPA_ACTION_RUN_ISP, |