Add support for enumerating and changing USB camera video mode.

This commit is contained in:
Peter Johnson
2016-09-29 00:04:16 -07:00
parent a5fe605aae
commit 70616c48e3
16 changed files with 813 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ public class VideoProperty {
public int getValue() {
return value;
}
};
}
private static final Type[] m_typeValues = Type.values();
public String getName() {