I was thinking of using the openMV RT1062 to snap a photo triggered by a pushbutton. Is this possible? I’m going to machine this enclosure and mount it on this table and I want to be able to have the openMV camera snap a photo of a package, then send the image to file share server for manual inspection of the label on the package.
Yes, this is pretty straight forward.
- See our example scripts for connecting to WiFi.
- Figure out what the prototocol is for sending data to the sever.
- Test that protocol with Python on the deskop.
- Ask ChatGPT for help changing that desktop code to micropython.
- You want to ask it how to send a jpeg bytearray(). This is the easist way to send an image.
- Then, button reading is just machine.Pin().
Thanks I already purchased the camera and I’m 3D Printing the case for it right now but i’ll test it out when I gets here supposed to be 15 days.
Cool, please note shipping is very backed up right now.