05-01-2010 07:21 PM
Solved! Go to Solution.
05-02-2010 05:03 AM
05-02-2010 06:19 PM
05-03-2010 11:49 AM
Hi P-ylezc,
You'll need to use the Call Library Function Node to use GetPixel in LabVIEW. Here is the document to the help file about configuring the node:
http://zone.ni.com/reference/en-XX/help/371361F-01/lvexcodeconcepts/configuring_the_clf_node/
In your case, this code will work:
Note this is on 32-bit Windows, you may need to tweak this depending on what your system is.
06-08-2011 11:17 AM - edited 06-08-2011 11:27 AM
I can't seem to set up the getDC and getPixel lib correctly (i.e., what are the arg names and type): does anyone have an example of what the parameters are set to ?
06-09-2011 08:43 AM
I'm attaching a LabVIEW 8.6 version of this example, for those not able to use a VI Snippet.
06-09-2011 09:13 AM
Thanks, Smootastic: You've been a great help !
08-05-2013 03:04 PM - edited 08-05-2013 03:05 PM
Hi, Smootastic
I met a problem, use this method is that in the development environment works well, but after the compiled(building EXE), it can't work, don't know why, do you have the same problem, I try it in Windows 7 and WinXP is the same problem. Can you and anybody help me?
08-05-2013 04:32 PM - edited 08-05-2013 04:46 PM