Ask Your Question

zhim001's profile - activity

2015-11-23 03:58:20 -0600 received badge  Student (source)
2014-06-30 06:56:06 -0600 commented question Badframes on OpenCV RTSP capture with c++ and wxWidgets

Hello. I have the same problem. Did you resolve this problem? Which version of wxWidgets do you use? Unicode or Multi-Byte?

2014-05-29 08:02:38 -0600 asked a question Problem with russian letters

Hello!

This string works good:

VideoWriter * writer = new VideoWriter("D:\video\film.avi", codec, frame_rate, Size(width, height), true);

This string throws exception "Access violation reading location":

VideoWriter * writer = new VideoWriter("D:\Видео\film.avi", codec, frame_rate, Size(width, height), true);

What is the problem? Thank you :)