Face Recognition Based Attendance System using ESP32 CAM & OpenCV + Visual Studio

  Переглядів 77,505

How To Electronics

How To Electronics

2 роки тому

Up to 20%-30% off for PCB & PCBA order:
Only 0$ for 1-4 layer PCB Prototypes:
www.nextpcb.com/?code=Htoeletric
Register and get $100 from NextPCB:
www.nextpcb.com/register?code...
𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
This tutorial introduces the topic of the Face Recognition Based Attendance System using ESP32 CAM Module. We will be using OpenCV & Visual Studio for this application. We will learn, how to create a Face Recognition Based Attendance system using ESP32 Camera Module and Python. We will not just detect the person but also store the information of the person detected in a Microsoft Excel File. Moreover, the duration of time they have stayed in the frame is also recorded into an excel sheet.
The tutorial also contains information about features, pins description, and the method to program ESP32 Camera Module using FTDI Module. We will also set up the Arduino IDE for the ESP32 Camera Module. We will also upload the firmware and then work on the Face Recognition part. The script for Face Recognition is written in the python programming language, thus we will also have to install Python and its required Libraries along with all the frameworks for Visual Studio.
𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀 𝗟𝗶𝗻𝗸𝘀 & 𝗦𝗼𝘂𝗿𝗰𝗲 𝗖𝗼𝗱𝗲: how2electronics.com/face-reco...
....................................................................................................................................................................................................................................
Drop a like if you liked this video.
Don't forget to subscribe to our channel for more Electronics projects and tutorials.
Website: www.how2electronics.com
Facebook: / how2electronics
Instagram: / how2electronics

КОМЕНТАРІ: 73
@mramzadg
@mramzadg 2 роки тому
Am learning lot's off from your videos thank you ... Very much....
@MrAlsan
@MrAlsan 2 роки тому
Very interesting project 😉
@diegojaimeescobedocarrasco6914
@diegojaimeescobedocarrasco6914 Рік тому
One question, what version of the ESP32 board are you using?
@ameenmohemmedbashir5191
@ameenmohemmedbashir5191 2 роки тому
I have installed all the libraries that are shown in the tutorial and website
@aijazmuhammadkhan3139
@aijazmuhammadkhan3139 Рік тому
I have a query... In the excel file there are multiple cells filled for the same picture so how can this be resolved ? So that there aren't multiple entries for an individual
@scenesticlad3042
@scenesticlad3042 2 роки тому
the language used is python? you stored the database on PC, other options we can use are rasberry pi, any other?
@automaticattendance2500
@automaticattendance2500 Рік тому
thanks for this video but for us this is not working in esp32 cam the error is (Error compiling for board ESP32 Wrover Module. ) and in programmer there is nothing and you help us.
@thiennhanpham9717
@thiennhanpham9717 2 роки тому
hi i'm having an idea for a robot contest. that's a security cam or simply a supervisor bot to take roll in classroom. is there any way to storing the attendees' images inside the bot not in the computer. And lastly can the bot recognize a person who isn't in the attendees' list
@debashisdas2452
@debashisdas2452 2 роки тому
How do I add a roll number along with the name in the excel sheet???
@Versatile_Naveen
@Versatile_Naveen 2 роки тому
which algorithm is used in this project.....???
@user-yk9bx6mn9q
@user-yk9bx6mn9q 4 місяці тому
File "C:\attendence\facedetection.py", line 13, in if 'Attendance.csv' in os.listdir(os.path.join(os.getcwd(),'attendace')): FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\attendence\\attendace' Can anyone help me solve this error
@raffiitch
@raffiitch 2 роки тому
Thanks for the great tutorials, any idea why i keep getting " 'camera_sensor_info_t' was not declared in this scope" with the yousunny libraries? Thank you!
@MinhPham-rs7gv
@MinhPham-rs7gv Рік тому
the same to u !
@shraddhalone8151
@shraddhalone8151 Рік тому
What should be the changes If I want to add different images ?
@ronakpawar625
@ronakpawar625 10 місяців тому
Can we apply this to cctv camera module
@syaduinotech3681
@syaduinotech3681 2 місяці тому
How to run this idea in cloud? Do you have the example? What i meant is, the picture in google drive, the attendance recorded into google sheet. Please help. Tq
@sonuguru143
@sonuguru143 2 роки тому
thanks
@Cricketislife0786
@Cricketislife0786 2 роки тому
Nice 👍👍
@mohamedenn2096
@mohamedenn2096 2 роки тому
What URL do I use if im using my pc webcam?
@ronakpawar625
@ronakpawar625 10 місяців тому
Can we use another camera module
@nirmalkishore9226
@nirmalkishore9226 Рік тому
can it identify many faces simultaneously?
@VijaykumarVijaykumar-ug5le
@VijaykumarVijaykumar-ug5le 19 днів тому
Pip install r requirements.txt not support in cmd prompt
@andreatay5335
@andreatay5335 6 місяців тому
Hello, I have a problem with the face_recognition.py code, it doesn't let me open the video window, it only recognizes the images in the folder, I have the esp32 cam and it gives me this error: Traceback (most recent call last): File "C:\Users\tayd\Desktop\Python\ATTENDANCE\face_detection_attendace_2.py", line 65, in imgS = cv2.resize(img, (0, 0), None, 0.25, 0.25) cv2.error: OpenCV(4.8.1) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src esize.cpp:4062: error: (-215:Assertion failed) !ssize.empty () in function 'cv::resize' If you could help me I would appreciate it.
@conmeodan
@conmeodan 5 місяців тому
me too :(
@nsk6914
@nsk6914 Рік тому
what if a person who is not inclued in the list will apper in front of the cam
@tagalogelectronics6615
@tagalogelectronics6615 2 роки тому
nice.....😄
@SanthoshKumar-jr3br
@SanthoshKumar-jr3br 2 роки тому
How do same project with qr code
@Aliraza-jt1jo
@Aliraza-jt1jo Рік тому
Having issue of: dont find a path Bye the Im using python .3.10. Window 11 Plz anybody guide me
@manishpatil5651
@manishpatil5651 Рік тому
why you haven't give us full info about it.!
@sridharbellala15
@sridharbellala15 18 днів тому
i didnot get anything on serial monitor
@indianmilitaryaspirants
@indianmilitaryaspirants 3 місяці тому
error indicating while installing face_recognition please help
@AshishGupta-dw3id
@AshishGupta-dw3id Рік тому
How much price for this project You can sell this project. I want buy this project
@varunpallod6459
@varunpallod6459 Рік тому
Can we add anti spoofing code to this code?
@saifullah8068
@saifullah8068 2 роки тому
How much in total cost this project
@bhuvan.h.s.2683
@bhuvan.h.s.2683 11 місяців тому
Can someone please help with this error? E (132) cam_hal: cam_dma_config(292): frame buffer malloc failed E (132) cam_hal: cam_config(376): cam_dma_config failed E (132) camera: Camera config failed with error 0xffffffff
@electronic7979
@electronic7979 2 роки тому
👏👏👏
@arupjyotilahkar8107
@arupjyotilahkar8107 10 місяців тому
I got 5 errors in the Arduino code please help 😢
@sltechgalaxy1677
@sltechgalaxy1677 2 роки тому
in python code does not work errors
@harismikael2964
@harismikael2964 9 місяців тому
hi, i need help! Why when i'm trying to install the requirements.txt on command prompt but it keep telling me an ERROR: Could not open requirements file: (Errno2) no such files or directory: 'requirements.txt' but i'm doing just like u said in the video. Help me! I need you're help ASAP for my STEM Project.
@mohammedyasarshaikh4090
@mohammedyasarshaikh4090 8 місяців тому
same problem
@srk24teckbuildz76
@srk24teckbuildz76 2 роки тому
hello i am getting some errors in python code which version of python did u use
@rahuljena5754
@rahuljena5754 10 місяців тому
He has used Python 3.9.7 as shown in the video.
@dilshankasthuriarachchi4737
@dilshankasthuriarachchi4737 2 роки тому
Hi there im waiting untill you do the cctv camera with foitage record? You were requested this before weren't you? Why cant you do it buddy🙄🙄🙄🙄😏😏😏😏
@pawankumarsingh3996
@pawankumarsingh3996 2 роки тому
You are too fast to understand.
@asbeenabhishek4802
@asbeenabhishek4802 10 місяців тому
pip' is not recognized as an internal or external command, operable program or batch file. solution
@null-yt-0007
@null-yt-0007 Місяць тому
you will have to install python first
@chrisalexthomas
@chrisalexthomas Рік тому
Why didn't you test it with faces that it doesn't recognise? That was an obvious thing to do.
@yummyfood1855
@yummyfood1855 6 місяців тому
Anyone today?
@aslamek919
@aslamek919 Рік тому
sir, i am getting an error like this...can u pls help me - Traceback (most recent call last): File "C:\PYTHON\face_detection_attendace.py", line 13, in if 'Attendance.csv' in os.listdir(os.path.join(os.getcwd(),'attendace')): FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\PYTHON\\attendace' thanks in advance
@DhikshanAVIX-A
@DhikshanAVIX-A Рік тому
for me to sir please help us did you find the soutuion
@Aliraza-jt1jo
@Aliraza-jt1jo Рік тому
Same issue. you got the solution ?
@DhikshanAVIX-A
@DhikshanAVIX-A Рік тому
got the answer @@Aliraza-jt1jo
@Aliraza-jt1jo
@Aliraza-jt1jo Рік тому
Not yet
@DhikshanAVIX-A
@DhikshanAVIX-A Рік тому
we have found the solution
@abiramisirsabesan3442
@abiramisirsabesan3442 Рік тому
in arduino ide after verifying ur code iam getting this error sir, so what to do?? c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\internal\config.cpp: In constructor 'esp32cam::Config::Config()': c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\internal\config.cpp:31:10: error: 'class esp32cam::Config::CameraConfigT' has no member named 'grab_mode' m_cfg->grab_mode = CAMERA_GRAB_LATEST; ^ c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\internal\config.cpp:31:22: error: 'CAMERA_GRAB_LATEST' was not declared in this scope m_cfg->grab_mode = CAMERA_GRAB_LATEST; ^ c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\esp32cam.cpp: In member function 'esp32cam::ResolutionList esp32cam::CameraClass::listResolutions() const': c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\esp32cam.cpp:30:3: error: 'camera_sensor_info_t' was not declared in this scope camera_sensor_info_t* info = esp_camera_sensor_get_info(&sensor->id); ^ c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\esp32cam.cpp:30:25: error: 'info' was not declared in this scope camera_sensor_info_t* info = esp_camera_sensor_get_info(&sensor->id); ^ c:\Users\abira\OneDrive\Documents\Arduino\libraries\esp32cam-main\src\esp32cam.cpp:30:70: error: 'esp_camera_sensor_get_info' was not declared in this scope camera_sensor_info_t* info = esp_camera_sensor_get_info(&sensor->id); ^ exit status 1 Compilation error: exit status 1
@rajkrishnarana8173
@rajkrishnarana8173 11 місяців тому
Same error bro
@BinduRenukaParuchuri
@BinduRenukaParuchuri 4 місяці тому
Update your esp32 board
@srk24teckbuildz76
@srk24teckbuildz76 2 роки тому
i am facing problem installing the packages requirements.txt i am getting error at Building wheel for Pillow (setup.py) ... error from here all error starts plz help me out as soon as possible
@sltechgalaxy1677
@sltechgalaxy1677 2 роки тому
are you sure your attendance folder is in the python folder, I have also this the question now I fix it , watch the video between 6:50 to 6:55
@PiusBrassTek
@PiusBrassTek 3 місяці тому
I paused 25 times to understand
@sanjaybaswa6992
@sanjaybaswa6992 2 роки тому
I thought it is how to mechatroincs
@user-yk9bx6mn9q
@user-yk9bx6mn9q 4 місяці тому
This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for Pillow Running setup.py clean for Pillow Failed to build Pillow ERROR: Could not build wheels for Pillow, which is required to install pyproject.toml-based projects
@PiusBrassTek
@PiusBrassTek 3 місяці тому
Same error I am having
@K95GetReadyForWar
@K95GetReadyForWar Рік тому
Pura batane Nahi hota kya
@PrintingEvie
@PrintingEvie Місяць тому
you talk fast!
@ameenmohemmedbashir5191
@ameenmohemmedbashir5191 2 роки тому
Thanks for the video. I got an error while running the first program. Please help me to solve that. Please give me your mail id that i can contact you if needed. This was the error handlers.cpp:3:27: fatal error: uri/UriBraces.h: No such file or directory compilation terminated. Multiple libraries were found for "WiFi.h" Used: C:\Users\AMEEN MOHEMMED\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries\WiFi Not used: C:\Program Files (x86)\Arduino\libraries\WiFi exit status 1 uri/UriBraces.h: No such file or directory Please help me
@avi9691
@avi9691 Рік тому
Did u find ur flaw...even i am getting the same error
NEW REVISION OF TOX3 and TOX3 LITE TV BOXES. LOOK BEFORE YOU BUY
18:26
10 Great Artificial Intelligence projects using ESP32-CAM!!!
7:18
ToP Projects Compilation
Переглядів 132 тис.
Nonomen funny video😂😂😂 #magic
00:29
Nonomen ノノメン
Переглядів 37 млн
Face recognition + liveness detection: Face attendance system
29:33
Computer vision engineer
Переглядів 96 тис.
ESP32 CAM Blynk Multiple Camera Surveillance
8:41
Viral Science - The home of Creativity
Переглядів 492 тис.
FACE RECOGNITION  + ATTENDANCE PROJECT | OpenCV Python | Computer Vision
52:24
Murtaza's Workshop - Robotics and AI
Переглядів 1,5 млн
Face Recognition With Raspberry Pi + OpenCV + Python
7:15
Core Electronics
Переглядів 163 тис.
12 Useful & Interesting ESP32 Projects for Beginners!
9:41
ToP Projects Compilation
Переглядів 561 тис.
ESP32-CAM Face recognition based attendance system test 1
3:51
anyboards
Переглядів 13 тис.
Facial Recognition attendance system using python
19:44
I know python
Переглядів 558 тис.
Alat Pengisi Batre Tapi Endingnya Malah Begini
0:14
Gian Dwi Saputro
Переглядів 10 млн
Ошибка в калькуляторе iPhone
0:22
Romancev768
Переглядів 1 млн