I'm using Visual Studio Community 2017. The path/filename of a video file I'm trying to open in Unicode and VideoCapture apparently doesn't like that. Specifically, the video filename is passed in as an argument to my executable.
I would have liked to use the OpenCV CommandLineParser but that doesn't seem to support Unicode strings either.
So what's the recommended approach for handling Unicode strings passed in as an argument?