diff --git a/src/libcamera/orientation.cpp b/src/libcamera/orientation.cpp
index a6363df30861..bd17dea948a9 100644
--- a/src/libcamera/orientation.cpp
+++ b/src/libcamera/orientation.cpp
@@ -102,8 +102,8 @@ std::ostream &operator<<(std::ostream &out, const Orientation &orientation)
 {
 	constexpr std::array<const char *, 9> orientationNames = {
 		"", /* Orientation starts counting from 1. */
-		"Rotate0", "rotate0Flip",
-		"Rotate180", "rotate180Flip",
+		"Rotate0", "Rotate0Mirror",
+		"Rotate180", "Rotate180Mirror",
 		"Rotate90Mirror", "Rotate270",
 		"Rotate270Mirror", "Rotate90",
 	};
