Hi everyone,
I’m currently exploring the OpenMV project and trying to understand the flow of the mt9m114
sensor integration. I have identified the mt9m114
sensor files (mt9m114.c
and mt9m114.h
) and their functions, but I’m having trouble finding where these functions are called in the project.
I presume that these functions are called in some other file, which is then used in the main application file. Could someone guide me on how to trace the source file(s) where the mt9m114
functions are being called and used?
Any pointers or steps to help me navigate and understand the code better would be greatly appreciated!
Thanks in advance!