Arducam Support
Arducam Support
Hi, This is the capture process: `myCAM.flush_fifo(); myCAM.clear_fifo_flag(); //Start capture myCAM.start_capture(); if (myCAM.get_bit(ARDUCHIP_TRIG, CAP_DONE_MASK)) { Serial.println(F("ACK CMD CAM Capture Done. END"));delay(50); read_fifo_burst(myCAM); //Clear the capture done flag myCAM.clear_fifo_flag(); }` After...
@jamiemccoll1 Hi, Your COM output SPI Error, which is a problem of SPI bus, first confirm that the CS of the camera is 7, as shown in your wiring diagram.The...
@jamiemccoll1 Make sure you choose 'Arduino UNO' in the Arduino IDE, Tools-- >Board: because different development boards have different pin definitions, if you choose the development Board and the hardware...
When ESP8266 is in STA mode, make sure the computer and ESP8266 is connected to the same router . In this case, video.html can be used successfully.
@sohymg Maybe there is something wrong with the register in the library. We are on the National Day holiday now and there is no equipment test. We will help you...
@sohymg Hi, We have checked the problem you mentioned and used the original configuration. There is indeed a problem with the black picture. The vertical flip function can be used...
Hi, The camera can run on secondary I2C, indicating that there is no problem with the camera itself. As for why the camera cannot be used on the default I2C...
Sorry for keeping you waiting. After our test, if the arducam library is not modified, DUE does not support Wire0. Due to the compatibility of some boards before, DUE is...
@morichu01 Hi,I test install the esp8266 board on my MacBook,which installed successfully.You can delete the \Users\[Your Computer]\Library\Arduino15 and try to install again.If the installation still fails, please leave the error...
@morichu01 You are welcome.