Added yuv422_yuy2

This commit is contained in:
Dzmitry Maladzenkau 2024-04-27 15:22:50 +02:00 committed by GitHub
parent 7ca92f041e
commit a02f8f3887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ namespace sensor_msgs
// Miscellaneous // Miscellaneous
// This is the UYVY version of YUV422 codec http://www.fourcc.org/yuv.php#UYVY // This is the UYVY version of YUV422 codec http://www.fourcc.org/yuv.php#UYVY
// with an 8-bit depth // with an 8-bit depth
const std::string YUV422="yuv422"; const std::string YUV422="yuv422_yuy2";
// Prefixes for abstract image encodings // Prefixes for abstract image encodings
const std::string ABSTRACT_ENCODING_PREFIXES[] = { const std::string ABSTRACT_ENCODING_PREFIXES[] = {
@ -230,4 +230,4 @@ namespace sensor_msgs
} }
} }
#endif #endif