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 eefb554 commit cc43ae1Copy full SHA for cc43ae1
src/format_mapping.cpp
@@ -9,8 +9,10 @@
9
namespace cam = libcamera::formats;
10
namespace ros = sensor_msgs::image_encodings;
11
12
-//mapping of FourCC to ROS image encodings
13
-// see 'include/uapi/drm/drm_fourcc.h' for a full FourCC list
+// mapping of FourCC to ROS image encodings
+// references:
14
+// - full list of FourCC: 'include/uapi/drm/drm_fourcc.h'
15
+// - V4L2 image formats: 'https://docs.kernel.org/userspace-api/media/v4l/pixfmt.html'
16
17
// supported FourCC formats, without conversion
18
static const std::unordered_map<uint32_t, std::string> map_format_raw = {
0 commit comments