Added enums, msgpack - new ui intergration

This commit is contained in:
Omer
2019-10-12 03:38:42 +03:00
parent 2eb4cbc950
commit 5f879f9d98
17 changed files with 239 additions and 193 deletions

View File

@@ -0,0 +1,5 @@
package com.chameleonvision.vision;
public enum TargetIntersection {
None,Up,Down,Left,Right
}