I have the little test.py code below
import cv2 image = cv2.imread("sample.png") print(image) #not None cv2.imshow("Photo", image) cv2.