chore(cameras): delete unused files

This commit is contained in:
Steven Palma
2025-05-06 14:15:40 +02:00
parent b089c6db3a
commit 2af8edcf74
4 changed files with 10 additions and 400 deletions

View File

@@ -14,6 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Example of running a specific test:
# ```bash
# pytest tests/cameras/test_opencv.py::test_connect
# ```
import numpy as np
import pytest