Can I use Python without OpenMV IDE?

Hi there.
I’m new on MicroPython. Currently, I’m developing a project focused on eyetracking.
I already made a code on Pyhton, but I want to use it on my OpenMV Cam H7 Plus.
Is there a tip that you can tell me to export that code to OpenMV IDE?
Also, I used OpenCV on my code.
Thanks a lot.

OpenMV is not based on OpenCV. So, you’d have to rewrite it.

1 Like