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

Recommended Answers

All 2 Replies

I am using Microsoft visual studio C++ 2008.

With what? How did you get the pic from the camera in a long array? Are you using a CV-library?

Hi..

I wrote a program to acquire data using the Software development kit(SDK) that was provided with the camera. The description of the function which acquires data is

AcquireHyperspectralData(at_32* array, unsiged long size)

at_32* array - Pointer to data storage allocated by user
unsigned long size - Total number of pixels

This function returns data as 32 bit signed integers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.