Start work on video mode selection

This commit is contained in:
Matt
2019-11-27 21:11:05 -08:00
parent 9e068ea0f0
commit febd7292cf
7 changed files with 24 additions and 7 deletions

View File

@@ -6,6 +6,8 @@ import edu.wpi.cscore.VideoMode;
public interface CameraCapture extends ImageCapture {
USBCameraProperties getProperties();
public VideoMode getCurrentVideoMode();
/**
* Set the exposure of the camera
* @param exposure the new exposure to set the camera to