Arduino
Arduino copied to clipboard
This is ArduCAM library for Arduino boards
Does anyone know if the Sony spresense board is supported? When I try to run it it gives me a couple errors with regtype and regsize. The board itself is...
I tried to raspberry this, and i went to ArduCAM/examples/RaspberryPi and typed make g++ -std=c++0x -I./ -I../../../ArduCAM -c arducam_arch_raspberrypi.c arducam_arch_raspberrypi.c: In function ‘uint8_t arducam_i2c_word_write(uint16_t, uint8_t)’: arducam_arch_raspberrypi.c:125:3: error: ‘i2c_smbus_write_word_data’ was not...
Hi, I am using OV2640 Mini camera with Arduino Uno R3. I have successfully made the connections and verified using the Arducam Host app that it works. Now, I am...
When using the ArduCAM_Mini_5MP_Plus_Multi_Capture2SD example with the ArduCam Mini-5MP-Plus, frames are not always retrieved. When the frames are not retrieved the program gets stuck on the start capture step (output...
I'm using Arducam Mini-2MP-Plus (OV2640) and trying to send images over serial to ArduCam_Host_V2.0_Mac on Catalina (10.15.5). I'm using Arduino Nano 33 BLE Sense. Running example script ArduCAM_Mini_Video_Streaming.ino, without modification....
When I try the DLI option in JPEG mode I get an octet-stream result that is not a valid JPEG. In my setup the rest of the API options work...
When I try ArduCAM::OV5642_set_Mirror_Flip with Case Normal (7) I get a black JPEG. By looking at the InitCAM() function in the same API I was able to learn that the...
I am using an Arduino Nano and I noticed that calling `ArduCAM::OV5642_set_Mirror_Flip()` with any value (MIRROR/FLIP/MIRROR_FLIP/Normal) will always result in a black picture. ``` void setup() { ... myCAM.set_format(JPEG); myCAM.InitCAM();...
I am trying to connect the Arducam with the MKR FOX 1200 (to capture image and save it to SD card) but I encounter the SPI Interface error. I have...