Nano 33 BLE Sense TinyML kit with OV7675 detects OV7690 on OpenMV

Following this tuto:
Getting Started with OpenMV | Arduino Documentation
I can test the correct bootloader update, afterwards I install OpenMV and basic python scripts with LEDS is ok, but when I try test the cam included in Nano 33 BLE Sense TinyML kit: OV7675 , then OpenMV in last version detects OV7690 and I cant test in QVGA resolution says overflow.
So I try with QQVGA resolution and it compiles but represented image in viewer is like this:
Captura de pantalla 2023-05-09 a las 19.36.17

Hi, that platform has limited memory. So, it’s not going to be able to do a crazy amount of things.

Anyway, regarding the image, I don’t actually have one of those kits. Is the camera a separate module? If so, are all the wires attached to it correctly?

I know it has limited memory but it is possible to take snapshots from Arduino IDE without viewer, the problem I think comes from OpenMV or the corresponding firmware installed in the startup.
The camera is a module connected with the Nano33Sense via a shield what comes in the TinyML kit:

Ah, then it should indeed work.

@iabdalkader will have to help with that.