Search found 97 matches

by HermannSW
Wed Jul 17, 2019 7:34 pm
Forum: ESP32 Arduino
Topic: ESP32-CAM ov2640 exposure control/FREX mode
Replies: 34
Views: 67262

Re: ESP32-CAM ov2640 exposure control/FREX mode

I looked into many (preliminary) ov2640 datasheets on the web, and all show this same SVGA Frame Timing diagram, which is inconsistent: https://stamm-wilbrandt.de/en/forum/ov2640.svga.timing.png Diagram says that t_LINE is 1190 t_p, and summing up all components gives 866416 t_p. But 672×t_LINE is 7...
by HermannSW
Wed Jul 17, 2019 6:47 pm
Forum: ESP32 Arduino
Topic: ESP32-CAM ov2640 exposure control/FREX mode
Replies: 34
Views: 67262

Re: ESP32-CAM ov2640 exposure control/FREX mode

I think I made a good capture, and a good observation as well. This was the global shutter setup, 2 shots, 50µs flashes, 950µs apart. And offset 170ms: ...,"flash":0,"ges":2,"ges_gpio":0,"ges_repeat":2,"ges_vsync":0,"ges_offset":170,"ges_on":50,"ges_off":950} The observation I made is, that when pre...
by HermannSW
Wed Jul 17, 2019 2:36 pm
Forum: ESP32 Arduino
Topic: Esp32 CAM sending image buffer over TCP
Replies: 2
Views: 8663

Re: Esp32 CAM sending image buffer over TCP

The Serial prints are useful with Serial monitor timestamps: 16:16:08.410 -> Camera capture send before 16:16:08.444 -> Camera capture send after 16:16:08.444 -> JPG: 22291B 174ms 16:16:09.973 -> Camera capture send before 16:16:10.007 -> Camera capture send after 16:16:10.007 -> JPG: 21786B 127ms P...
by HermannSW
Wed Jul 17, 2019 1:28 pm
Forum: ESP32 Arduino
Topic: Esp32 CAM sending image buffer over TCP
Replies: 2
Views: 8663

Re: Esp32 CAM sending image buffer over TCP

CameraWebServer app_httpd.cpp does send the whole framebuffer. Add serial monitor output like below and enable output of timestamps in console. Then you can measure what speed that method of framebuffer transfer does: Serial.println("Camera capture send before"); res = httpd_resp_send(req, (const ch...
by HermannSW
Tue Jul 16, 2019 9:40 pm
Forum: ESP32 Arduino
Topic: ESP32-Cam and SD Card
Replies: 12
Views: 36129

Re: ESP32-Cam and SD Card

I don't know where to find official ESP32-CAM SD card pinout. I found this: https://raw.githubusercontent.com/v12345vtm/timelapse-ESP32-CAM/master/README.md ESP32-CAM board uses the SD card to the following pins: SD Card | ESP32 |esp32-cam D2 - - D3 SS gpio13 CMD MOSI gpio15 VSS GND gnd VDD 3.3V 3.3...
by HermannSW
Tue Jul 16, 2019 5:49 pm
Forum: ESP32 Arduino
Topic: ESP32-CAM ov2640 exposure control/FREX mode
Replies: 34
Views: 67262

Re: ESP32-CAM ov2640 exposure control/FREX mode

Now that even daylight global shutter captures are possible, I wanted to add "frequency" feature allowing to specify frequency [Hz] and On [µs] and get permanent flashes of the specified length with the given frequency. Just having started I thought that this can be done with "shots" option without ...
by HermannSW
Tue Jul 16, 2019 10:28 am
Forum: ESP32 Arduino
Topic: ESP32-CAM ov2640 exposure control/FREX mode
Replies: 34
Views: 67262

Re: ESP32-CAM ov2640 exposure control/FREX mode

Current state of ov2640 global shutter experiments is, that soldering cable to ESP32-CAM flat ribbon cable connector was not necessary. In addition, ov2640 sensor allows for: some kind of "implicit" global shutter mode global shutter capturing at daylight without external shutter mixed mode global+r...
by HermannSW
Sun Jul 14, 2019 8:12 pm
Forum: ESP32 Arduino
Topic: Pinchange interrupt during eeprom write -> crash.
Replies: 5
Views: 7332

Re: Pinchange interrupt during eeprom write -> crash.

Sending broadcast video frames from esp32cam to raspberry? How-to? Take Pi ZeroW or any other Pi with Wireless and transfer via Wifi. Raspberry PIs run Raspbian, a Linux variant derived from Debian. Only the Zero[W] is (1GHz) single core, all other PIs are quad core (1.2GHz or 1.4GHz). Which aliexp...
by HermannSW
Sun Jul 14, 2019 5:11 pm
Forum: ESP32 Arduino
Topic: Pinchange interrupt during eeprom write -> crash.
Replies: 5
Views: 7332

Re: Pinchange interrupt during eeprom write -> crash.

I need a sub-500g drone because of local regulations. My old F330 frame is 700g. Local regulations exist in Germany too; I had four Eachine E52 drones, lost one in a high tree. Those drones wheigh less than 100g, and in Germany drones <250g don't even need a fireproof ID label. Since the E52 does h...
by HermannSW
Sun Jul 14, 2019 6:54 am
Forum: ESP32 Arduino
Topic: Pinchange interrupt during eeprom write -> crash.
Replies: 5
Views: 7332

Re: Pinchange interrupt during eeprom write -> crash.

👍 You reference a previous non-external RC video in your github page as well. I added github repo link to the new youtube video as comment: https://github.com/PepeTheFroggie/EspCopter32 Nice diagram. Do you plan to replace the ESP32 used with ESP32-CAM that you used in your "ESP32 CAM for FPV and RC...