Hello,
I have a parallel thread running here about my troubles with using camera buffers to initialize a Mat. That thread has gotten all mixed up so I am creating a fresh thread to ask only one question.
How can 32 bit ARGB buffers be used to initialize a Mat. I found some references to using the BitmaptoMat function but that appears to be available only under Android.
I am on a platform without an official port of OpenCV so a lot of OS level work (reading and writing images) is being done by hand.