camera_monitor.py created and ready for testing

requirements.txt also added for camera monitor app
 Changes to be committed:
	new file:   camera-client/camera_monitor.py
	new file:   camera-client/requirements.txt
This commit is contained in:
2023-09-21 21:51:59 +03:30
parent 2efc8c5e77
commit 91b1356e5a
2 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
numpy
opencv-python-headless
requests