Error while trying to compile sketch on arduino nano ble 33 sense

I’m trying to upload an image classification sketch (nano_ble33_sense_camera) on my board, but i get this error: ‘QQVGA’ was not declared in this scope. Anybody with the same problem?..thanks in advance.

Hello @HugoFe,

Can you make sure you:

  1. Selected the right board in the board manager
  2. Installed the OV767X Arduino Library:

Regards,

Louis

1 Like

Hi louis!..thanks for asking!

  1. The board selected is the right one.
  2. Also have installed the OV767X Arduino Library:

@HugoFe

Try upgrading Arduino_OV767X library to version 0.0.2

1 Like

Hi rjames. I upgraded the library and the problem was solved. Thank you very much!

3 Likes