micropython-camera-driver icon indicating copy to clipboard operation
micropython-camera-driver copied to clipboard

add camera support to MicroPython

Results 36 micropython-camera-driver issues
Sort by recently updated
recently updated
newest added

It doesn't work properly with M5-TimerCamera. I get an error "camera: Camera Capture Failed" in camera.capture(). The program is below. import cameras camera.init(0, d0=32, d1=35, d2=34, d3=5, d4=39, d5=18, d6=36,...

My-cross is not compatible, My-Cross is not compatible, may I ask which version of the firmware is changed according to the official website?

After_ burning firmware,it tells me ''Device is busy or does not respond. Your options:'' So how can i solve it

Is it possible to add openmv to the esp32 cam microphython driver?

Looking for a way to use a camera with a Pico W. https://www.google.com/amp/s/www.arducam.com/product/arducam-2mp-spi-camera-b0067-arduino/%3famp

Not really a bug, but something that may need to be better documented. In this driver, the camera grab mode is set to `CAMERA_GRAB_WHEN_EMPTY`. When we run `camera.capture()`, it retrieves...

have firmware for a camera with ble

Hey, I would like to initialize my PoECam from M5Stack. Please note that the [PinMap](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/PinMap/PoECAM-W%20PinMap.pdf) differs from the normal M5Cam. Unfortunately, I get the error that the camera cannot be...

When I tried to compile according to the tutorial, the compiler prompted that STATIC was unknown. After trying to change it to lowercase, although there were warnings, it was able...