Commit 4898d118 by gdj

add point_cloud to VideoTypeEnum and LensChangeVideoTypeEnum

parent fca349a2
...@@ -17,6 +17,8 @@ public enum LensChangeVideoTypeEnum { ...@@ -17,6 +17,8 @@ public enum LensChangeVideoTypeEnum {
WIDE("wide"), WIDE("wide"),
POINT_CLOUD("point_cloud"),
IR("ir"); IR("ir");
private final String type; private final String type;
......
...@@ -21,6 +21,8 @@ public enum VideoTypeEnum { ...@@ -21,6 +21,8 @@ public enum VideoTypeEnum {
NORMAL("normal"), NORMAL("normal"),
POINT_CLOUD("point_cloud"),
IR("ir"); IR("ir");
private final String type; 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