mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Add support for enumerating and changing USB camera video mode.
This commit is contained in:
@@ -19,7 +19,7 @@ public class VideoProperty {
|
||||
public int getValue() {
|
||||
return value;
|
||||
}
|
||||
};
|
||||
}
|
||||
private static final Type[] m_typeValues = Type.values();
|
||||
|
||||
public String getName() {
|
||||
|
||||
Reference in New Issue
Block a user