-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add some features like OTA update #43
Comments
Adding ota and sd recording is possible, but having the camera and the cpu do motion detection would make your power/current/heat problems much worse. There is another comment here where the guy uses an pir connected to a transistor to completely power off the esp32, and just power it on after a pir event. Having the camera do the motion detection would mean it is not only running constantly, it is snaping pictures, and comparing every second, all day looking for changes, |
That is me. With 3xAAA nimh batteries (1.2V, 800mAh), it sends me about 120 notifications before I need to recharge them. Each time there is movement, the camera sends me a photo, a video and a message within a minute, then shuts off. |
Do you run the 3.6v into the 3.3 pin directly, or go through a 5v boost converter? |
I use a CE8301 booster module: https://www.matts-electronics.com/dcdc-converters/ The project consumes 250uA when doing nothing, which is pretty good. I've experimented with powering the PIR (modified) and the camera with 3.3V but could never get consistent results. Right now I'm trying to convert one of the following solar lamps to include a camera. The panel charges the battery, the PIR triggers the camera and, during the night time, the LED is also turned ON. https://mauser.pt/catalog/product_info.php?cPath=1381_2367&products_id=306-4792 |
please add some features on it like OTA update for next update or tests. because i had to wire the cam modle for upload,
add save videos and photos to sd card.
i have the original version of ESP32-CAM-Video-Recorder but there has some problems that why i moved here,
many thanks for this project ..
The text was updated successfully, but these errors were encountered: