Open 6zyman opened 1 year ago
iOS has a relatively protected file system. It's better to place the notebook and the image files in the same directory, and use relative file paths: cv2.imread("ReferenceFrame.png")
.
Here, I think Python tries to read the file located inside the subdirectory private/varmobile...
inside the current directory. Since the subdirectory doesn't exist, the file access does not work and the image is empty.
I'm trying to use opencv on carnets to continue my project, after my computer broke. Please i need your assist to start with, especially with reading images, videos