uPyCam
uPyCam copied to clipboard
Take a photo with an ESP32-CAM running MicroPython
I'd like to use this camera module with other uPython devices, like the Pi Pico. Do you have the Python code available as a module instead of a firmware port?...
I have flashed the latest firmware however the module restarts itself with the error below @lemariva ``` connecting to network... network config: ('192.168.0.26', '255.255.255.0', '192.168.0.1', 'X.X.X.X') E (17435) gpio: gpio_install_isr_service(460):...
Hi , I'm trying to make running uPyCam over ESP32CAM but I getting this error when trying to connect via browser with http:// >>> MicroWebSrv handler exception: In route GET...
hi dear devs! i customized this program a little for my needs i need ftp server and sd card capture image and etc ... i am facing lots of low...
As a newbie to micopython and the ESP32-CAM I am trying to figure out how all of this code fits together... I have reconfigured the config.py for the ESP32-CAM: app_config...
please, add support for ov3660 cameras.
Hi I followed yout tutorial, installed all the files and when I reboot the ESP-32 I get this output: ################################# connecting to network... network config: ('192.168.2.68', '255.255.255.0', '192.168.2.1', '192.168.2.1') E...
Repro case: ``` import gc import machine import time import camera class webcam(): def __init__(self): self.saturation = 0 self.quality = 10 self.brightness = 0 self.contrast = 0 self.vflip = 0...
It works like a charm. If possible please include the rest of modules, that would make things simpler in case the current modules change and make things incompatible. also will...
Hi Lemariva, the driver is great and works perfect standalone. When combined with PWM to control servos, either the system reboots, fails to initialize the camera or the servos don't...