I’m currently working on interfacing MT9M114 sensor with STM32H743VIT6. I’m currently exploring the functions(mt9m114.c and mt9m114.h) and understanding process of writing data in sensor registers. But in the source files i am unable to get function definitions for these below functions in mt9m114.c file.
sensor.skip_frames() and
sensor.snapshot().
Hello ,
In the link provided above,in that exploring function definition “py_omv_csi_skip_frames()”, In this function definition calling this “mp_map_lookup()” sub function.
I am unable to get mp_map_lookup() function definition. And this macro definition as well “MP_QSTR_time”. Code snip provided above.