-
Notifications
You must be signed in to change notification settings - Fork 25
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
Camera is working, but not sending image to prusa connect. #99
Comments
Check your DNS resolving config in WiFi router. |
What do you mean? The DNS is coming from my ISP and the router doesn't allow to change it. But After some time(like 10-15min) it gets a an NTP sync. It's on the dame wifi than 4 computers, 4 phone and like 30 docker containers which all manages to get proper DNS. So I'm not really sure the router is to blame here? Can I manually set some DNS on the esp cam? |
Hello @jaytonic . Can you send me full log file from camera ? |
DNS resolve and NTP sync should be in seconds if ISP properly propagates that info from BRAS (or similar) to your router. Not being able to sync NTP can be result of several reasons - DNS not resolving, NTP config wrong servers, router not set up for NTP cache/proxy, router firewall active. If you get NTP sync with big delay thats a telltale that you get response only from a second config entry. You can change NTP server config in 'mcu_cfg.h' |
Here. In this case, after a few minutes, I'm still not getting any image on the Prusa connect dashboard, while still being able to display the live stream directly on the camera. I guess that in 30-40min, I will have it.
|
And here when it did get an NTP sync and started working:
|
Hi,
I did setup my camera(ESP32-S3-EYE), using the latest firmware(1.1.1).
It is properly connected to my wifi, and I've properly set the prusaconnect token.
The esp32 is near the wifi router, I'm able to start stream from the computer without any issue, but not image get sent to the prusa connect.
I checked the logs, and I get some error:
First thing, it seems that the device is unable to get any NTP sync.
after some time, it does get an NTP sync and then it manages to send the image to prusa connect
But it can wait for a very long time, or sometimes it doesn't work anymore after it worked for a moment.
Any idea what could be going on?
The text was updated successfully, but these errors were encountered: