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

Hello everyone, I am using the Arducam library with an Arducam mini 5mp plus and I can't save the images in BMP format on the memory card. Is there any...

Hello every one thanks for your time in advance. I have an issue maybe regarded to the ArduChip or JPEG format. I am using ArduCAM-MINI-2MP-Plus. I use ESP-IDF SPI master...

Hello, I am working on a project on a college. I am using OV5642 and would like to save the images I have taken to an SD card. I ran...

Hello, I am working on a project and have little experience with coding. For this project I am hoping to be able to stream videos with my ArduCAM Mini 2MP...

Hi I have wired up my cam as shown below ![img_2882-1](https://cloud.githubusercontent.com/assets/10691076/22816941/98f5ef04-ef19-11e6-8daf-b5daff153ea0.JPG) ![img_2881](https://cloud.githubusercontent.com/assets/10691076/22816952/a3c94fd4-ef19-11e6-84e3-b7ce6f3af048.JPG) However I get SPI interface error. I am trying to run the low power mode example for Arducam...

`while ( (temp != 0xD9) | (temp_last != 0xFF) ) { temp_last = temp; temp = myCAM.read_fifo(); temp2 = temp; temp2 = temp2, HEX; int tempInt = int(temp2); if(tempInt <...

Hello, How can we take a grayscale RAW image from the OV2640 2MP Mini camera? I need a 160*120 image with 8 bits per pixel data. Can you please provide...

Background: 1. I connected 2MP Plus ArduCAM to Arduino Nano BLE as per the photo in this issue https://github.com/ArduCAM/Arduino/issues/442 2. I installed ArduCAM library in the Arduino IDE. 3. I...

I would like to connect the ArduCam Mini 2MP with my Arduino MKR 1500NB for an IOT project. I would like to take pictures from the camera and send it...