Arduino
Arduino copied to clipboard
This is ArduCAM library for Arduino boards
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   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...