mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
fixed settings manager where no camera is connected
didn't check yet
This commit is contained in:
@@ -3,3 +3,9 @@ class PipelineAlreadyExistsException(Exception):
|
||||
|
||||
def __init__(self, pipe_name):
|
||||
super(f"Pipeline {pipe_name} already exists")
|
||||
|
||||
|
||||
class NoCameraConnectedException(Exception):
|
||||
|
||||
def __init__(self):
|
||||
super("No camera as been detected")
|
||||
|
||||
Reference in New Issue
Block a user