02-14-2013 11:22 AM
Hi,
I wrote an image analysis vi on Labview 2012 32bit but it is a bit too slow. I would like to test it on LabView 64bit but I am unable to download the Vision and Motion toolkit. I have the installation CDs for the academic version of LabView 2012, but only the 32bit version of it. Is there anyway to download the 64bit version of this toolkit?
Thanks a lot for your help!
02-14-2013 02:21 PM
Vision Development Module is only a single installer package that includes both 32 and 64-bit versions. As long as you have a 64-bit LabVIEW installed it will install the proper support for it.
Eric
02-15-2013 07:52 AM
Unless this have changed, much motion was not 64 bit ready. This can be a chalange since you would have to segment your code to 32 and 64bit parts. Vision works great in 64bit
02-18-2013 03:12 AM
Great!
It worked. Thanks a lot for your help.