Is there a way to install a lighter version of opencv on pi pico? If not, is there a way to install opencv library on an SD card and make pico to fetch those library files from that SD card?
I am trying to record video using a OV7670 camera module and save the video it to SD card. Later I need to upload the video to a custom AWS server. I have the modules to capture images in micropython but can not find any modules or libraries to record video.
OpenMV is a project for computer-vision on microcontrollers. It can be used to solve many of the same problems that one would use OpenCV for on a full PC system. OpenMV has drivers for the OV7670 camera, supports video and can be ran on a Raspberry PI Pico RP2040.