Hi guys,
I am in phase of learning LV. I am trying to call the following method in a DLL written in C++.
int PimReturnStillFrame(HANDLE hImager, LPVOID pBuffer, float exposureTime);
the second param is a pointer to the array receiving the raw data of the frame from a Camera.
I tried using a constant array, it didn't work for me.
Then I tried uaing the "Initialise Array" method in LV; however my vi crashes each time I run it. I thoght that the size of the array is small comparing to the data, so I tried increasing the size but it didn't work as well
how can I pass an array pointer to this method in which the raw data can be stored?
Any help would be appretiated
Many thanks
(if u want I can post the vi
)