I used Matorx SoL6MCL CamLink Card. And can I used It with NI acquisition Soft and How?
在 05-06-2011 12:50 AM
Plz goto Matrox website to see if there's paid activeX library.
labview can access activex library. ( this experience from my friend )
Thank you very much!
and I call The Matrox,they said The Matrox paid activeX library.So what should I do Next?
在 05-09-2011 12:59 AM
Plz goto labview>>find examples>>activeX
or search activex+labview on ni.com
you can find many activex tutorials
I used Vision with C# ~any help Example?
Thanks~
在 05-09-2011 08:26 PM
Regarding how to use activeX under C#, plz goto MSDN or contact Microsoft.
Thanks
I known how to use activeX under C#, but When I get the image how to Convert it to Vision Member (VisionImage)?
I need to Convert the image to The NI-type VisionImage,and Process them.
For Example When I get the Image by activeX under C#,The Image type is Bitmap and how to convert it to VisionImage ?
Thanks for your help~~~
在 05-10-2011 08:55 PM
try imaqArraytoImage
int imaqArrayToImage(Image* image, const void* array, int numCols, int numRows);
Sets the pixels of an image to the values in a given array. This function resizes the image to the size of the source array.
OK, I will try. Thank you very much.