We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf96ab commit 5b8573aCopy full SHA for 5b8573a
sensor_msgs/include/sensor_msgs/image_encodings.hpp
@@ -97,9 +97,11 @@ const char BAYER_GRBG16[] = "bayer_grbg16";
97
// https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/pixfmt-packed-yuv.html#id1
98
// fourcc: UYVY
99
const char UYVY[] = "uyvy";
100
+[[deprecated("use sensor_msgs::image_encodings::UYVY")]]
101
const char YUV422[] = "yuv422"; // deprecated
102
// fourcc: YUYV
103
const char YUYV[] = "yuyv";
104
+[[deprecated("use sensor_msgs::image_encodings::YUYV")]]
105
const char YUV422_YUY2[] = "yuv422_yuy2"; // deprecated
106
107
// YUV 4:2:0 encodings with an 8-bit depth
0 commit comments