I store the camera resolution like this:
# Resolution of the camera capture & display.
res_w = 1440
res_h = 1080
resolution = (res_w, res_h)
How would I go about cropping the middle of the image (because my camera is a fix point, and I want my program to only detect what’s on the middle)?