-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, #2
Comments
Hello! I am trying to work offline in localhost, is this possible? Best regards, Alex |
|
|
What do you mean by working offline? No router with Internet access? |
In the case of facial recognition, for example, which is defined in module 5, I wonder if there is any way to make it work from an Access Point. There are several lines in which some URLs are called and I would like to download that content to load it from a repository on my PC, is this possible? Thank you very much in advance because your work is helping me a lot. Alex. |
Unfortunately I don't think it would work reliably, but in theory is possible. You can:
However, those files are so large that I don't think the ESP32-CAM would properly load them... |
Thank you so much for the quick anwser. I have tried to download the content of the URLs, however, there is one that does not seem to exist (https://ruisantosdotme.github.io/face-api.js/weights/). On the other hand, I thought about leaving the files on a hard disc to which I could connect through FTDI, and this would increase the loading time, but it shouldn't be a problem when loading the files, isn't it? Alex |
That's because it's a path folder to get all these files: You could create a folder on the SPIFFS data called "weights" to store all those files, then change that line 213 https://github.com/RuiSantosdotme/ESP32-CAM-eBook/blob/master/Code/Module_5/Face_Detection_Video_Streaming/Face_Detection_Video_Streaming.ino const modelPath = 'http://esp-ip-address/weights/'; |
Thank you so much! I will try it. |
No description provided.
The text was updated successfully, but these errors were encountered: