NI產品與技術 討論區

取消
顯示結果 
搜尋替代 
您的意思是: 

Line Scan Driver

I used Matorx SoL6MCL CamLink Card. And can I used It with NI acquisition Soft and How?

0 積分
1 條訊息(共 9 條)
7,009 檢視

Plz goto Matrox website to see if there's paid activeX library.

labview can access activex library. ( this experience from my friend )

0 積分
2 條訊息(共 9 條)
7,000 檢視

Thank you very much!

 

and I call The Matrox,they said The Matrox paid activeX library.So what should I do Next?

0 積分
3 條訊息(共 9 條)
6,996 檢視

Plz goto labview>>find examples>>activeX

 

or search activex+labview on ni.com

 

you can find many activex tutorials

0 積分
4 條訊息(共 9 條)
6,993 檢視

I used Vision with C#  ~any help Example?

 

Thanks~

0 積分
5 條訊息(共 9 條)
6,990 檢視

Regarding how to use activeX under C#, plz goto MSDN or contact Microsoft.

 

Thanks

0 積分
6 條訊息(共 9 條)
6,985 檢視

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~~~

0 積分
7 條訊息(共 9 條)
6,979 檢視

try imaqArraytoImage

 

imaqArrayToImage

Usage

int imaqArrayToImage(Image* image, const void* array, int numCols, int numRows);

Purpose

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.

0 積分
8 條訊息(共 9 條)
6,971 檢視

OK, I will try. Thank you very much.

0 積分
9 條訊息(共 9 條)
6,968 檢視