Open bmburi opened 2 years ago
@jameszah
what version are you using? That happened with ver 8.8 (13 months ago), and corrected with 8.9 (9 months ago) after the esp32-arduino drivers changed. The current 9.5 or 9.6 (1 month ago) should be okay ????
am using the latest version 9.6 thank u so much for ur work btw its the latest version is there a way around it? @jameszah
Try this:
for (int j = 0; j < 4; j++) {
camera_fb_t * newfb = esp_camera_fb_get();
if (!newfb) {
Serial.println("Camera Capture Failed");
} else {
//Serial.print("Pic, len="); Serial.print(newfb->len);
//Serial.printf(", new fb %X\n", (long)newfb->buf);
esp_camera_fb_return(newfb);
delay(10);
}
}
if its not too much trouble, is it possible to update the one link installation because i usually mess up the compiling!
i cant really compile it idk what am doing wrong
@jameszah plus command clip does not work
I don't have that old pic problem with this combination:
Arduino 1.8.13 Arduino core for ESP32 v2.0.2 ESP32-CAM-Video-Telegram v9.6
does the clip command works for u? do u have an sd card on? i used tge one click installation did u u use the same?
i used tge one click installation did u u use the same?
I use the .ino file with the arduino IDE
do u have an sd card on?
I do not use an sdcard
does the clip command works for u?
Running v9.6, I get reboots and dont receive the video when in HD && /fast || /med setting. In HD && /slow || /vslow I receive the video with no reboots. Zero problem running v9.5 or v9.6 VGA.
I have two cameras running for about 4 weeks now.
HI, every time the pir senses a motion the pic is sent is actually the last pic was taken before. is there a way to fix this? thank u in advance!