Closed senceryucel closed 1 year ago
Hi @senceryucel, the cexample module is from the openmv repo: https://github.com/openmv/openmv/blob/master/src/omv/modules/examplemodule.c.
After you pull the code from the openmv repo, did you checkout the specified commit (918ccb937730cc759ee5709df089d9de516dc7bf)? Since the openmv repo is actively developed, the availability of features might change overtime.
Hello, @meenchen
We were trying to integrate this beautiful engine into our H7 Plus Board. We changed the TARGET = OPENMV4 to OPENMV4P as needed. Everything seemed to be working fine, until we tried to run the example person detection script.
Since we have no LCD screen, we just modified the code a little to test it via frame buffer. However, when we run, it says that there is no module named "cexample".
We looked a bit in the repo for it, but could not find anything that would help us. Any help will be appreciated. Thanks a lot in advance!