LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement Matrox MIL imaging library under CVI

I am trying to implement imaging by Using Matrox CoronaII with Mil library. I am using LabWindows CVI 7.1 under WinXP. I am facing problems to implement this, especially transferring window handle to MIL. If anyone has an example how to do this, I will be very grateful.
0 Kudos
Message 1 of 4
(3,688 Views)
I have not used this library with CVI, but you can get the hWND of the CVI panel by using

GetPanelAttribute (panelHandle, ATTR_SYSTEM_WINDOW_HANDLE, hWND);

Hope this helps.
Bilal Durrani
NI
0 Kudos
Message 2 of 4
(3,680 Views)
hi,

  iam obtaining a matrix containing the image information from matlab in labview using a math script but functions like imshow do not work inside mathscript..so how do i use a compatible object to display the image
0 Kudos
Message 3 of 4
(3,487 Views)
Hey Barathindian,
 
Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 4 of 4
(3,444 Views)