summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/awb_algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/awb_algorithm.hpp')
-rw-r--r--src/ipa/raspberrypi/controller/awb_algorithm.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/awb_algorithm.hpp b/src/ipa/raspberrypi/controller/awb_algorithm.hpp
index 22508ddd..5be0c9f4 100644
--- a/src/ipa/raspberrypi/controller/awb_algorithm.hpp
+++ b/src/ipa/raspberrypi/controller/awb_algorithm.hpp
@@ -8,7 +8,7 @@
#include "algorithm.hpp"
-namespace RPi {
+namespace RPiController {
class AwbAlgorithm : public Algorithm
{
@@ -19,4 +19,4 @@ public:
virtual void SetManualGains(double manual_r, double manual_b) = 0;
};
-} // namespace RPi
+} // namespace RPiController