We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55e12c commit 5ffbd49Copy full SHA for 5ffbd49
1 file changed
village/custom_classes/camera_trigger_base.py
@@ -12,15 +12,11 @@ def __init__(self) -> None:
12
"""Initializes the CameraTriggerBase instance."""
13
self.name = "Camera Trigger"
14
15
-<<<<<<< HEAD
16
def trigger(self, cam: Camera) -> None:
17
-=======
18
- def trigger(self, cam: CameraBase) -> None:
19
"""Evaluates camera triggers and performs corresponding actions.
20
21
This method is called to check if any defined areas in the camera view
22
have been triggered (e.g., by the subject entering them).
23
->>>>>>> main
24
25
Args:
26
cam (CameraBase): The camera instance providing the trigger status.
0 commit comments