Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

This is ArduCAM library for Arduino boards

Results 140 Arduino issues
Sort by recently updated
recently updated
newest added

Hey folks, the micro SDadapter I got from amazon is not compatible with SPI or I2C after a series of tests, also referring to http://www.elithecomputerguy.com/2020/05/arduino-arducam-save-images-to-sd-card/, watch from 6.15s. I am...

Attempting to execute ArduCAM_Host_V2.0_Mac under macOS Big Sur v11.6 (Intel) fails with the message: You do not have permission to open the application “ArduCAM_Host_V2.0_Mac”. Is this a codesign issue? codesign...

Hello, It doesn't work with Arduino Nano RP2040 connect. Our camera is the ArduCam mini 5MP OV5642 Plus, we configured the memorysaver.h as explained in the tutorial. In fact, we...

I would like to know if there are any plans to support the ESP32 in the UTFT_SPI library. I tried to make the playback example work on an ESP32 and...

Hi guys, I am using the Arduino Nano 33 BLE Sense board on which I connected the Arducam 2MP Mini module. I am able to take an image and based...

Hi, The [`swap()` macro defined in `HW_AVR_SPI_defines.h`](https://github.com/ArduCAM/Arduino/blob/fd99cd848adc562198a442799c1089f42b460039/UTFT4ArduCAM_SPI/HW_AVR_SPI_defines.h#L30) conflicts with [the standard `std::swap()` function](https://en.cppreference.com/w/cpp/algorithm/swap). See https://github.com/bblanchon/ArduinoJson/issues/1757 Here is a repro: ```c++ #include #include void setup() {} void loop() {} ``` Compiler...

Hello, I am using the Arduino Nano 33 BLE Sense board together with OV2640 Mini 2MP Plus where I am testing the person detection model. I am trying to put...

I have tried using both an Arduino Mega and an Arduino UNO to interface the Arducam (OV2640) and both have proven to not work. The farthest I got was with...

Hey, I am running ArduCAM_Mini_5MP_Plus_Video_Streaming sketch and I cannot get over 6 FPS on Arduino UNO. I have also rewritten the code for STM32 (source available [here](https://github.com/michprev/Drone/tree/master/Camera/src)). The issue is...

Hi guys, I am trying to run the person detection example on my Arduino Nano 33 BLE Sense board but every time I get an error related to the camera....