opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

Wont Compatible With Other Languages

Open hasanalt opened this issue 2 years ago • 1 comments

Issue Description: When attempting to run my code, I encountered an error due to my PC's username containing the letter "ı". Unfortunately, the library does not accept this character, resulting in the following error message:

[ WARN:[email protected]] global loadsave.cpp:248 cv::findDecoder imread_('C:\Users\ca─▒n\Pictures\MEmu Photo\screenshot0.png'): can't open/read file: check file path/integrity

Steps to Reproduce: import cv2 cv2.imread(path) # path should contain "ı" letter The error occurs when the library encounters the letter "ı" in the Path

I expect the library to handle Path Containing 'ı'

hasanalt avatar Jul 11 '23 20:07 hasanalt

See https://github.com/opencv/opencv/issues/4292

mshabunin avatar Jul 12 '23 06:07 mshabunin