jameszah

Results 106 comments of jameszah
trafficstars

Sound is not on my priority list -- but check here, he already has sound recording https://github.com/s60sc/ESP32-CAM_MJPEG2SD

Do you have esp32 board library 2.02 or better? That changed from 1.6 -> 2.0

Very interesting -- I'll have a look. But 10 fps SVGA is very fast, even if there is no software motion detector. On my LEXAR 300x 32GB microSDHC UHS-I, I...

**Update: (48 hours later)** 1. I figured out what branch V1.2.0 means -- it is this project with the master and branches. 2. branch V1.2.0 seems to solve the problem,...

There is a similar issue here -- https://github.com/esphome/esp-web-tools/issues/288 -- that produces these messages when programmed using esp-web-tools ``` 23:28:30.382 -> rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) 23:28:30.382 -> configsip: 0, SPIWP:0xee 23:28:30.382 ->...

Have a look at the serial monitor -- it should look like this below. You should see a message of connected or failed, and the current time sync if the...

Do you have this in your config.txt file? The 0 interval should be record as fast as possible - which should be about 12 fps 720p on an ov2640 camera....

You can read more about version 60 over at https://github.com/jameszah/ESP32-CAM-VideoCam There you can install the pre-compiled version and not worry about the code. There are "lengthy install and operations instructions"...

What esp32-arduino are you using? This was done for esp32-arduino 2.02 You seems to be running out of regular ram. You could try shutting off the detailed debug messages which...

You may have your telegram name or password wrong, or telegram might be blocked, as happens sometimes, by governments or internet service providers. https://github.com/jameszah/ESP32-CAM-Video-Recorder/blob/b6c9af8970bc2321935662286603da7ce6484271/vA1/UniversalTelegramBot.h#L40 Uncommment the _debug, and see what...