I am working with the OpenMV-H7 R1 board, which uses the MT9M114 sensor. I am using this GitHub repository: GitHub - openmv/openmv: OpenMV Camera Module.
How is the helloworld.py
file in the \scripts\examples\00-HelloWorld
directory related to the mt9m114.c
file in the \drivers\sensors
directory? Can someone provide a code map and explain the folder structure?
Thanks in advance.