Since ESP32 is popular for hobbyist and more creative way to make used of it. Which include adding sensor and Camera alike. Why not Running Openmv(partial port) in ESP32.
For this port I selected a few function that might useful (blob, line, rectabgle, circle, qrcode and datamatrix) detection that I tested that works, apriltag and barcode seems doesnt work...
It will be my first arduino library creation I used chatgpt to help me with library format, details to make it recognized by Arduino IDE.
Task in creating keyword list(keywords.txt), I just feed the main header file and have CHATGPT generate it for me instead of typing...
Also while I'm testing I need to messed up the compiler/build flag needed to successfully compile, but it turn out you can add these in library.properties which is not well used or known but because of CHATGPT it gave me that info and cleanly implement on it... Usually they done it thru patch to add FLAGS by patch(script/bash) or manually encode....
Chatgpt help me (noob) with unfamiliar error in C/C++ like those "variable CASTING" and info explaining with what the error might actually means....
Also the Image Title is generated by Chatgpt......
Actual Test - arduino esp32cam lcd test >
arduino esp32cam webserver test >
arduino esp32 static openmv test (m5stackfire) >










Comments