Hello!
I was wondering, if there is a possibility to cut off the picture of the OpenMV camera above a specific point, as i dont want any distractions in the picture.
Thanks.
Hello!
I was wondering, if there is a possibility to cut off the picture of the OpenMV camera above a specific point, as i dont want any distractions in the picture.
Thanks.
Use the crop() method. You can pass an ROI.
img.crop(roi=[x, y, w, h])