Here is my problem:
I use a scientific camera which is not interfaced with any DAQ card, but with a PCI card.
I have VIs and dll to acquire and setup the camera.
Then I can only:
-save the acquired image to disk and empty the RAM buffer where image is put
-display it and empty the RAM buffer where image is put
-get a pointer to memory adress where my pixels datas are begun to be stored (within the RAM I suppose)
What I would like is to know to use this pointer adress in order to read memory content and convert it into a 1D array useable in LABVIEW.
I precise that I don't have any knowledge in C routines programming, or dll's use(only I know how to call them from a VI...)
I also precise that I begin to become crazy abo
ut doing that...
Thanks for anybody who can help me...
Jean-Philippe