Commit 32bb8413 by gdj

add point_cloud to VideoTypeEnum and LensChangeVideoTypeEnum

parent e805d4d6
......@@ -17,6 +17,8 @@ public enum LensChangeVideoTypeEnum {
WIDE("wide"),
POINT_CLOUD("point_cloud"),
IR("ir");
private final String type;
......
......@@ -21,6 +21,8 @@ public enum VideoTypeEnum {
NORMAL("normal"),
POINT_CLOUD("point_cloud"),
IR("ir");
private final String type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment