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

I made the following changes in order to get the example to compile: https://github.com/ArduCAM/Arduino/pull/553 I run the following command: ``` $ ./ov5642_capture -c foo.jpg 320x240 OV5642 detected. Changed resolution1 to...

This allows the Raspberry Pi examples to build on a Raspberry Pi W 2 with `Raspbian GNU/Linux 11 (bullseye)`.

the arducam board install won't load in board manager. get error message file size doesn't match archive using latest version of 2.0 ardurino ide. using file http://www.arducam.com/downloads/ESP8266_UNO/package_ArduCAM_index.json help would be...

Hello there, I've followed thoses instructions, put on exact same pins on my board : https://www.arducam.com/docs/spi-cameras-for-arduino/hardware-connection-for-mega2560/. I have modified the memorysaver.h file like this : ``` #ifndef _MEMORYSAVER_ #define _MEMORYSAVER_...

Hello, I am programing the Arducam mini OV2640 2mp with Arduino. I am using an Arduino mega board. I am planing on writing to an SD card. I have the...

How to use this library to work on RPI? Do you have any command line examples that you have ran and/or examples of control over brightness that I can add...

What is the maximum and minimum values for the brightness, Exposure and Gain? Is there anything I need to put in before I write to the registers? Also is there...

Hi, I'm attempting to send back bitmap images from the Arducam using ArduCAM_Mini_Video_Streaming.ino, and reading them using the Windows ArduCAM_Host_V2.exe. However, the images I get for SetToBitmap are bad, while...

I am trying to crop an image/digitally zoom an image that I am taking with an OV5642. I've seen on multiple documents that this is possible, ex: https://www.arducam.com/downloads/modules/OV5642/OV5642_camera_module_software_application_notes_1.1.pdf page 11...

Hi, How do I connect Mini-5MP-Plus with Mega 2560 board, I tried to make same example of Arduino Uno, but it doesn't work. Do you have a method to wiring...