UCTRONICS
UCTRONICS
@isaacviel Hi, You can print the PID and VID calue after myCAM.wrSensorReg8_8(0xff, 0x01); myCAM.rdSensorReg8_8(OV2640_CHIPID_HIGH, &vid); myCAM.rdSensorReg8_8(OV2640_CHIPID_LOW, &pid); if you are using 2MP, the vid is 0x26 and the pid is...
@Timmy93 Hi, Great to hear you have compiled the code on Arduino MRK1000 platform. Our library hasn't added this platform support.If you can work fine by adding it. Welcome to...
@Timmy93 About post server, which is not our mainly business. You can refer to our Arducam ESP8266 demos from https://github.com/ArduCAM/ArduCAM_ESP8266_UNO/blob/master/libraries/ArduCAM/examples/examples/ESP8266/ArduCAM_ESP8266_UNO_Capture/ArduCAM_ESP8266_UNO_Capture.ino This demo's mainly work is that the image data will...