arduino-libraries / Arduino_OV767X

Official OV767X Library for Arduino , currently supports OV7670 and OV7675 cameras
https://www.arduino.cc/reference/en/libraries/arduino_ov767x/
GNU General Public License v2.0
68 stars 25 forks source link

ov767x library works on ArduinoCore-nrf528x board but not the ArduinoCore-mbed #7

Closed hpssjellis closed 3 years ago

hpssjellis commented 3 years ago

As far as I can tell this library compiles fine for both the Nano-33-Ble on the ArduinoCore-nrf528x board software and the ArduinoCore-mbed board software made for the new Portenta-H7 and Nano-33-Ble, but for the later the image does not show in the processing app. Also the board LED seems to be flashing as if it is trying to flash every time it sends a serial command (which would explain a massive slow down).

@mbanzi or @sbhklr or others, should this issue be in the https://github.com/arduino/ArduinoCore-mbed github, or should it stay here as an issue for the Arduino_ov767x library?

hpssjellis commented 3 years ago

Update on this. I tried using the OV7670 Camera module using the new mbed Core 1.3.0 for the Nano 33 BLE and the PortentaH7. It would not work, however when I downgraded the board to the previous version 1.1.6 it worked fine. Any chance someone can look into this. Perhaps this can also be connected to /issues/6 to get the module working on the PortentaH7

hpssjellis commented 3 years ago

Seems to e working using the mbed 1.3.1 core now so I will close this issue.