Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It does work with very high resolutions. Some functions use INT internally and break when image.rows*image.cols is greater than INT32_MAX. I don't think you can actually buy a camera that large, so you should be ok.

Of course, OpenCV is open source, so if there is a function that breaks, you can submit a bug report, or fix it yourself so you don't have to wait.