-
Support the ESP32-CAM.
- [ ] Taking pictures and constantly uploading them
- [ ] Taking pictures and saving them locally in the microSD card, to be queried and downloaded remotely
- [ ] Videos
-…
-
Hello, my pleasure, could you help me with what does this mean that I am going to point out in the image, as well as the addresses that are commented?
![20210406_155359](https://user-images.githubuse…
-
Hi,
First of all. Congrats for your work.
I’m not sure if this is the right place to put this comment.
I am using your base64 code to convert image from esp32-cam to base64 code. Publish to MQTT.…
-
Using the ESP32-cam.ino example. Why do I need to send the /takePhoto command twice to get the current photo? At the first sending, a previously taken photo arrives, and only after the second sending …
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
It's very interesting project . I am expecting receiver (esp32 with cam ) would send video to smartphone with telemetry information simultaneously working as receiver and recive transmitter input valu…
-
is there no servo to move the esp32-cam to make it more flexible, sir, thank you in advance and your project is very good.
-
On a 'freshly unpacked' ESP32-CAM (aka AI-cam) SPIFFS OTA upload is not working, Arduino IDE says 'No response'.
Steps -
- compile ota sketch and prepare data dir
- ftdi upload sketch
- disconnect…
mozgy updated
4 years ago
-
Hi I'm using latest version on a ESP-32-CAM board.
But i didn't got it to run
I use the followingfor initialization:
`
if (!SD.begin(SS, SD_SCK_MHZ(10))) {
Serial.println("SD Card Mount Fai…
-
Is it possible get JPG from ESP32-CAM and send it to Telegram?
Any idea?