Hi all,
I'm working on creating an application whcih acquires image data from camera and display it.
I have right now acquired image data in the form of long* array. I would like to visualise this data. I am not sure how to display the array values as an image. Could you please help me?
I am using Microsoft visual studio C++ 2008.
Thanks