I am trying to receive an image using Python Flask POST request and convert it to cv2. So far I was able to do this via file save and cv2.imread(filename)
cv2.imread(filename)