diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ff1c74c..26111f5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + @@ -189,7 +188,7 @@ - + @@ -200,7 +199,7 @@ - + @@ -218,9 +217,6 @@ - - - @@ -235,19 +231,9 @@ - - - - - - - - - - @@ -258,27 +244,49 @@ - + + + + + + + + + + - - + + - + - + + + + + + + - + + + + + + + + - - + + diff --git a/index.py b/index.py index 10bd5ca..c138983 100644 --- a/index.py +++ b/index.py @@ -27,8 +27,8 @@ def poll(): reference = Image.open('./ref-img.jpg').load() # Take the picture - #img = Image.open(camera.capture(os.getenv('CAMERA_DEVICE'))).load() - img = Image.open('./lib/test-images-vert/lot-1-car.jpg').load() + img = Image.open(camera.capture(os.getenv('CAMERA_DEVICE'))).load() + #img = Image.open('./lib/test-images-vert/lot-3-cars.jpg').load() doc_ref_stalls = doc_ref_lot.collection('stalls').get()