Add stream type for maps (#221)

This commit is contained in:
Willem Melching
2021-11-16 14:21:48 +01:00
committed by GitHub
parent 78ded8f860
commit 5edffa0f49

View File

@@ -18,6 +18,7 @@ enum VisionStreamType {
VISION_STREAM_YUV_BACK,
VISION_STREAM_YUV_FRONT,
VISION_STREAM_YUV_WIDE,
VISION_STREAM_RGB_MAP,
VISION_STREAM_MAX,
};