Closed halie412 closed 1 year ago
After this message appears, start your browser.
I (770341) example: fps: 4, bytes per second: 156112
I (771751) example: fps: 3, bytes per second: 117084
I (773161) example: fps: 3, bytes per second: 117084
I (774561) example: fps: 3, bytes per second: 117084
I (775941) example: fps: 3, bytes per second: 117084
I (777351) example: fps: 3, bytes per second: 117084
I (778761) example: fps: 3, bytes per second: 117084
I (780161) example: fps: 3, bytes per second: 117084
I (781541) example: fps: 3, bytes per second: 117084
I (782951) example: fps: 3, bytes per second: 117084
Thanks nopnop2002 i try in this way but the browser don´t received any bit of info, i also tested with /favicon.ico and same thing no response, but in code are an handler for that url
httpd_uri_t _favicon_get_handler = {
.uri = "/favicon.ico",
.method = HTTP_GET,
.handler = favicon_get_handler,
//.user_ctx = "Hello World!"
};
httpd_register_uri_handler(server, &_favicon_get_handler);
This is an network debug on chrome:
Is your browser running on the Linux or Windows?
Do you get a response when you ping to your ESP32?
ping 192.168.2.54
Do you see the following in your browser when you run this on your ESP32?
Hi nopnop2022, forget my error your code is great... The mistake was corrupted data from the camera i just buy an logitech C270 and Microsoft HD 3000 and now can work.
I only may work the Microsoft HD 3000 at 15FPS in 640x480 with MPEJFormat ¿do you can recommed config for the logitech C270?
do you can recommed config for the logitech C270?
It can stream at 160x120 10FPS YUYV.
Other than this setting it doesn't work.
It is very hard to find a camera that works with ESP-IDF.
Hi nopnop2002 your code is awesome, i wasted 3 days with anothers... With your code i get stream worked (or almost that)
I´m using an ESPRESSIF ESP32-S3-WROOM-1
This is my trouble, i hope would you help me:
When i start the server this apparently is started but is unrecheable, i already tested with 3 different routers (all of they working, and with differents ssid, different password, network, etc), also tested differents ports everytime is same thing
When i run the code get this on console:
but in browser i can´t get any bit of response when i try to open or connect whith the url (http://192.168.2.54:8080)
i tested with terminal with get command and this stucked here:
sometimes i got this, but i can´t read any bit become from the esp32-s3:
if try to connect with the mdns i get: DNS_PROBE_FINISHED_NXDOMAIN
I tested this before and afeter of connect the cammera (papalook AF925) and always is same thing the server is unreacheable
I setup the cammera in resolution 160 x 120, 5 FPS and actived MJPEGFormat and work fine as your example:
In the terminal got: