mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
added acess methods
-get current pipeline - get current camera - get res list - set current camera -set current pipeline
This commit is contained in:
7
Main/src/main/java/Exceptions/NoCameraException.java
Normal file
7
Main/src/main/java/Exceptions/NoCameraException.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package Exceptions;
|
||||
|
||||
public class NoCameraException extends Exception {
|
||||
public NoCameraException(){
|
||||
super("No Camera Connected");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user