From e3c5724d859e23f975909991c3ce2b53eee153f7 Mon Sep 17 00:00:00 2001 From: mmohades Date: Sun, 3 Feb 2019 07:58:28 -0500 Subject: [PATCH] migrating from gitlab to github for the devpost. --- .idea/.name | 1 + .idea/Security Camera.iml | 2 + .idea/encodings.xml | 4 + .idea/inspectionProfiles/Project_Default.xml | 499 +++++++++++++++++++ .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/workspace.xml | 153 ++++++ __pycache__/compare_faces.cpython-37.pyc | Bin 0 -> 746 bytes __pycache__/driver.cpython-35.pyc | Bin 0 -> 1151 bytes __pycache__/image_helpers.cpython-37.pyc | Bin 0 -> 621 bytes __pycache__/post_pic.cpython-35.pyc | Bin 0 -> 1114 bytes __pycache__/post_pic.cpython-37.pyc | Bin 0 -> 1073 bytes __pycache__/take_pic.cpython-35.pyc | Bin 0 -> 564 bytes __pycache__/take_pic.cpython-37.pyc | Bin 0 -> 668 bytes compare_faces.py | 37 ++ compare_faces.pyc | Bin 0 -> 910 bytes driver.py | 84 ++++ driver.pyc | Bin 0 -> 1428 bytes lcd_controller.py | 18 + lcd_controller.pyc | Bin 0 -> 777 bytes main.py | 37 ++ new_image.jpg | Bin 0 -> 198025 bytes post_pic.py | 36 ++ post_pic.pyc | Bin 0 -> 1282 bytes servo.py | 108 ++++ servo.pyc | Bin 0 -> 1248 bytes take_pic.py | 18 + take_pic.pyc | Bin 0 -> 651 bytes 28 files changed, 1012 insertions(+) create mode 100755 .idea/.name create mode 100755 .idea/Security Camera.iml create mode 100755 .idea/encodings.xml create mode 100755 .idea/inspectionProfiles/Project_Default.xml create mode 100755 .idea/misc.xml create mode 100755 .idea/modules.xml create mode 100755 .idea/workspace.xml create mode 100755 __pycache__/compare_faces.cpython-37.pyc create mode 100755 __pycache__/driver.cpython-35.pyc create mode 100755 __pycache__/image_helpers.cpython-37.pyc create mode 100755 __pycache__/post_pic.cpython-35.pyc create mode 100755 __pycache__/post_pic.cpython-37.pyc create mode 100755 __pycache__/take_pic.cpython-35.pyc create mode 100755 __pycache__/take_pic.cpython-37.pyc create mode 100755 compare_faces.py create mode 100755 compare_faces.pyc create mode 100755 driver.py create mode 100755 driver.pyc create mode 100755 lcd_controller.py create mode 100755 lcd_controller.pyc create mode 100755 main.py create mode 100755 new_image.jpg create mode 100755 post_pic.py create mode 100755 post_pic.pyc create mode 100755 servo.py create mode 100755 servo.pyc create mode 100755 take_pic.py create mode 100755 take_pic.pyc diff --git a/.idea/.name b/.idea/.name new file mode 100755 index 0000000..275fa58 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +Security_Camera \ No newline at end of file diff --git a/.idea/Security Camera.iml b/.idea/Security Camera.iml new file mode 100755 index 0000000..f08604b --- /dev/null +++ b/.idea/Security Camera.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100755 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100755 index 0000000..cc7dfe3 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,499 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100755 index 0000000..8822db8 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100755 index 0000000..7f2a787 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100755 index 0000000..5bb9adb --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +