|
|
|
|
|
by mkoryak
1226 days ago
|
|
I tried to setup esp32-cam as a cheap security cam for my yard, but had a bad experience: - There are no good tutorials on how to have the cam save to SD. - streaming it is easy with
esphome, but there is no easy way to save it since it doesn't use a normal streaming protocol - the camera image quality sucks. I got some 5mp cameras to use instead of stock camera, but the chip can't stream that resolution at anything above 2-3fps |
|
A proper SoC with a dedicated camera interface and an external WiFi chip is going to do a far better job than pretty much any of these microcontrollers; even the low-end Allwinner V3 often used in cheap Chinese IP cameras can run circles around the ESP32, even with the overhead of a full Linux kernel. Microcontrollers with hardware camera acceleration (including a soon-to-be-released ESP32 variant) are slowly becoming more common, but the original ESP32 isn't one of them.