Add basic motion detection script #15051
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
computer_vision/motion_detection.py#L72
computer_vision/motion_detection.py:72:89: E501 Line too long (91 > 88)
|
|
Ruff (E501):
computer_vision/motion_detection.py#L55
computer_vision/motion_detection.py:55:89: E501 Line too long (97 > 88)
|
|
Ruff (E501):
computer_vision/motion_detection.py#L30
computer_vision/motion_detection.py:30:89: E501 Line too long (95 > 88)
|
|
Ruff (F401):
computer_vision/motion_detection.py#L2
computer_vision/motion_detection.py:2:17: F401 `numpy` imported but unused
|