Closed GoogleCodeExporter closed 8 years ago
Oh, I didn't know that under Linux/Gtk, the return key value could exceed 8
bits.
After seeing your comment, I checked with OpenCV's source code. It seems that
under
Mac/Carbon, the return key value can exceed 8 bits, too.
I think it would be safe if we return an int instead, and let the users decide
the
conversion. I don't mind breaking compatibility with the standard wrappers in
this
case. It's just a better solution.
I'll update the code and the demos asap.
Minh-Tri
Original comment by pmtri80@gmail.com
on 1 Jan 2009 at 8:36
I've fixed the cvWaitKey() function. Now it returns an integer instead. All the
demos
are patched accordingly.
Minh-Tri
Original comment by pmtri80@gmail.com
on 1 Jan 2009 at 8:59
Original issue reported on code.google.com by
db3l....@gmail.com
on 1 Jan 2009 at 8:07