diff --git a/include/image_encodings.h b/include/image_encodings.h index 20a7f68..8ca9abd 100644 --- a/include/image_encodings.h +++ b/include/image_encodings.h @@ -98,7 +98,7 @@ namespace sensor_msgs // Miscellaneous // This is the UYVY version of YUV422 codec http://www.fourcc.org/yuv.php#UYVY // with an 8-bit depth - const std::string YUV422="yuv422"; + const std::string YUV422="yuv422_yuy2"; // Prefixes for abstract image encodings const std::string ABSTRACT_ENCODING_PREFIXES[] = { @@ -230,4 +230,4 @@ namespace sensor_msgs } } -#endif \ No newline at end of file +#endif