Search found 7 matches
- Thu Mar 05, 2020 5:40 pm
- Forum: ESP-IDF
- Topic: Handling with esp32-cam stream.
- Replies: 3
- Views: 6776
Re: Handling with esp32-cam stream.
So it means that it is raw jpeg photos hosted one by one on page?
- Thu Mar 05, 2020 3:46 pm
- Forum: ESP-IDF
- Topic: Handling with esp32-cam stream.
- Replies: 3
- Views: 6776
Handling with esp32-cam stream.
Hi!
Recently I wrote code, that streams video from OV2640 to esp32 webserver. I have done it like in example on github:
https://github.com/espressif/esp32-camera/blob/master/README.md. JPEG HTTP STREAM.
Now I'm trying to write app, that connects to esp32 and view this stream.
My question is what ...
Recently I wrote code, that streams video from OV2640 to esp32 webserver. I have done it like in example on github:
https://github.com/espressif/esp32-camera/blob/master/README.md. JPEG HTTP STREAM.
Now I'm trying to write app, that connects to esp32 and view this stream.
My question is what ...
- Thu Feb 27, 2020 11:00 am
- Forum: ESP-IDF
- Topic: Web page hosted on ESP32
- Replies: 3
- Views: 4633
Re: Web page hosted on ESP32
Actually webserver and softAP is working. Problem is related to ESP-CAM lib, from espressif.
When I query server, in make monitor error is shown:
E (59477) camera: Failed to get the frame on time!
E (59477) camera.c:: Camera capture failed
W (59477) httpd_uri: httpd_uri: uri handler execution ...
When I query server, in make monitor error is shown:
E (59477) camera: Failed to get the frame on time!
E (59477) camera.c:: Camera capture failed
W (59477) httpd_uri: httpd_uri: uri handler execution ...
- Wed Feb 26, 2020 9:45 pm
- Forum: ESP-IDF
- Topic: Web page hosted on ESP32
- Replies: 3
- Views: 4633
Web page hosted on ESP32
Hi!
I would like to stream video from my camera to my phone, and idea is ESP32 in softAP mode, hosting web page that show output from camera.
I have configured softAP, and started basic webserver. When I try to enter 192.168.4.1:80/remote (configured uri), it says that page don't exist. Do I have to ...
I would like to stream video from my camera to my phone, and idea is ESP32 in softAP mode, hosting web page that show output from camera.
I have configured softAP, and started basic webserver. When I try to enter 192.168.4.1:80/remote (configured uri), it says that page don't exist. Do I have to ...
- Mon Jan 27, 2020 1:19 pm
- Forum: Hardware
- Topic: Where are ESP engineer?.............................?.........................?
- Replies: 7
- Views: 9004
Re: Where are ESP engineer?.............................?.........................?
In Poland, students are eager to use ESP, but it's support and example projects on GitHub in English language are still not good compared with STM32.
Hi pogmem,
What do you think are the key items to improve support and example projects on GitHub?
No doubt Espressif is anxious to hear the ...
- Mon Jan 20, 2020 12:54 pm
- Forum: Hardware
- Topic: Where are ESP engineer?.............................?.........................?
- Replies: 7
- Views: 9004
Re: Where are ESP engineer?.............................?.........................?
Hi!
ESP is not as popular as for e.g. ATmega, Arduino or STM's. In Poland, students are eager to use ESP, but it's support and example projects on GitHub in English language are still not good compared with STM32.
ESP is not as popular as for e.g. ATmega, Arduino or STM's. In Poland, students are eager to use ESP, but it's support and example projects on GitHub in English language are still not good compared with STM32.
- Mon Jan 13, 2020 5:51 pm
- Forum: Hardware
- Topic: Getting OV2640 and ST7735S working.
- Replies: 0
- Views: 2194
Getting OV2640 and ST7735S working.
Hi!
I'm currently working on my digital camera project. I got SD card reader actually working but I need a little help with other peripherals.
Using:
ESP32 WiPy 3.0
ESP-IDF
ArduCAM mini 2MP OV2640 with SPI and I2C
Waveshare LCD TFT 1.8" 160x128 ST7735S
Common SD card reader.
I've tried Loboris ...
I'm currently working on my digital camera project. I got SD card reader actually working but I need a little help with other peripherals.
Using:
ESP32 WiPy 3.0
ESP-IDF
ArduCAM mini 2MP OV2640 with SPI and I2C
Waveshare LCD TFT 1.8" 160x128 ST7735S
Common SD card reader.
I've tried Loboris ...