01-03-2013 04:19 PM
Is there anyway I could use NI Labview andf NI vision with WPF in visual studio.
I do have measurement studio with NI Vision development and Vision acquisition.
There is no documentation to which dlls to refer or any sample code on how to use this
with visual studio.
01-03-2013 04:45 PM
There are no WPF controls for NI Vision in MeasurementStudio, but there's nothing stopping you from using the .NET libraries for NI Vision as part of your application.
You may be able to use a WindowsFormHost as part of your WPF application in which to host the NI Vision Image Control.
01-04-2013 08:46 AM
Is there a a documentation or sample files on how to use vision atleast for
windows forms applications. What dlls shouild I refer, there is absolutely
nothing I could find which tells me how to do that.
01-04-2013 09:05 AM
You should have examples installed to <Vision>\Examples\dotNET where <Vision> is where you've installed NI Vision. This is assuming you selected that checkbox (C# support) during installation of NI Vision.
The help should be merged into the MeasurementStudio help.
I am getting this information from the Readme located here.