Arducam Support

Results 64 comments of Arducam Support

Hi, We haven't specifically tested the Arduino MKR FOX 1200 yet, but you can refer to this [link](https://www.arducam.com/forums/topic/arducam-mini-5mpov5642-with-arduino-mkr-1400-board-results-in-very-dark-images/).

Hi, I'm sorry to tell you that the manufacturer has not provided support for this sensor, so we cannot solve this problem now.

Hi, I recommend that you run the demo with Arduino and camera to make sure there are no problems with the camera.Then print the data to you want to send...

Hello, `temp = SPI.transfer(0x00);` This temp is the image data read from FIFO. 0XFF and 0XD8 is the head of JPEG image. 0XFF and 0XD9 is tail of JPEG image.Print...

Hello, We asked you to print the values between 0XFF 0XD8 and X0FF 0XD9 to make sure the image data is correct. The printe function you can just use `Serial.println`...

Thank you very much for the detailed video. Firstly, explain why the output to the Serial monitor using `Serial.print()` was not meaningful for a human.`Serial.print()` is print data to the...

Hi, Please refer to this link:[https://github.com/ArduCAM/RaspberryPi/tree/master/SPI_Camera](https://github.com/ArduCAM/RaspberryPi/tree/master/SPI_Camera)

Hi, The DLI option is not for JPEG mode, it is the test mode used when the sensor outputs parallel data.

Hello, I'm glad to help you. The one way is that call the Capture function and read out the image data when the bmp reaches a certain rate. The another...