-
Notifications
You must be signed in to change notification settings - Fork 0
Camera
Camera module is being used in coco to identify the person. If you are lazy enough to remove your RFID card from the bag and scan it or you have forgotten it somewhere, camera is there for the rescue. We tried various methods available on the internet and found the below one the best one to use in our project.
- Face recognition on RaspberryPi using Python3
- How to attach the camera module
- Camera documentation
- How this works?
There might be some errors while following the above links. Here is the one which we faced. Please find below the error and the solution to the error. During the installation the build will fail, but you can find the solution if you carefully search the error on Google (I found it on one of the GitHub's answer).
That is if you get this error ReadTimeoutError: HTTPSConnectionPool(host='www.piwheels.org', port=443): Read timed out. Just run sudo apt-get install libatlas-base-dev.