HackerShackOfficial / Smart-Security-Camera

IoT security camera running open-cv for object detection 📹
561 stars 276 forks source link

requirements.txt missing python-opencv #2

Closed davidrhodus closed 3 years ago

davidrhodus commented 7 years ago

pi@drpi:~/Smart-Security-Camera $ python main.py Traceback (most recent call last): File "main.py", line 1, in import cv2 ImportError: No module named cv2 pi@drpi:~/Smart-Security-Camera $ cat requirements.txt imutils flask picamera[array]

the04dude commented 7 years ago

I am experiencing this issue as well. I'm new to Python... Can I fix this by adding something to the requirements file?

debsahu commented 7 years ago

You have manually compile and install opencv as per instructions in readme. Use this link: http://www.pyimagesearch.com/2016/04/18/install-guide-raspberry-pi-3-raspbian-jessie-opencv-3/