Configuration files and other tweaks

The OFM server can now be run in "stub" mode on
my development machine, using an OpenCV
camera feed.
This commit is contained in:
Richard Bowman 2024-08-09 02:42:32 +01:00
parent 2268425bf3
commit 7fb4417ebe
4 changed files with 15 additions and 5 deletions

View file

@ -22,6 +22,7 @@ dependencies = [
"piexif",
"scipy ~= 1.6",
"opencv-python ~= 4.7.0",
"pillow ~= 10.4",
"anyio ~= 4.0",
]