Using Windows 10, I am accessing a shared directory on the network. The directory has a number of nested folders holding images. The folder names tend to get pretty long. When using cv2 to read and write images, I'm getting a "No such file or directory" error. The length of the path is longer than 260. I tried appending "\\?\\" to the beginning of the path, but still no luck. Thanks in advance for the help.
img.save() is still running into issues.