Hi, John. Thanks for your reply.
I let the program running yesterday and when the problem arose, the process was using 125Mb of memory, according to Windows Resource Monitor, while the system had 823Mb of memory in standby and 71Mb of free memory. So, apparently, the system is not out of memory, right? What do you suggest me to investigate now? Best, William 2013/6/4 John Ehresman <[email protected]> > On 6/4/13 2:51 PM, William Dias wrote: > > Hi, > > > > I've written a program that continuously pools a webcam to grab image > > frames through opencv library. Sporadically, when converting the frame > > to a QImage object, I get the message: QImage: out of memory, returning > > null image. > > Is the system out of memory? I'd use OS level tools to check. Once > you've checked this, you'll know whether to figure out why more memory > is used than you expect or why Qt is reporting an out of memory failure > when memory is available. > > Cheers, > > John > >
_______________________________________________ PySide mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/pyside
