cls9215 Posted October 6, 2004 Report Share Posted October 6, 2004 hello everybody: I have a question about capture screen image in LabVIEW 7.0. What vi is can be used to implement this function?? Sincerely Quote Link to comment
Jimmy-Chen Posted October 7, 2004 Report Share Posted October 7, 2004 hello everybody:I have a question about capture screen image in LabVIEW 7.0. What vi is can be used to implement this function?? Sincerely 2135[/snapback] I have attached a VI(Saved in LV 7.0) in this topic. This attachment code can help you capture and paste screen image on front panel. Holp this can help you.. Download File:post-705-1097127273.llb Quote Link to comment
Minh Pham Posted October 1, 2008 Report Share Posted October 1, 2008 You can use the Invoke note to get the control/indicator image, also the whole front panel img if you want. Quote Link to comment
giopper Posted October 12, 2008 Report Share Posted October 12, 2008 QUOTE (cls9215 @ Oct 6 2004, 08:24 PM) hello everybody:I have a question about capture screen image in LabVIEW 7.0. What vi is can be used to implement this function?? Sincerely I attach a VI that I use to programmatically update the snapshot of a computer's desktop in a webpage :camera: To run this VI you need the http://forums.ni.com/attachments/ni/170/157084/1/Clipbrd.zip' target="_blank">clipbrd.llb library. The VI uses a call to Win32 API function "keybd_event" in user32.dll, therefore it only works under Win32. The "invoke node" method suggested before should be platform independent but does not provide the entire screen. Note: the enumerator used to select the "print screen" key includes many other (probably all) possible values to call the "keybd_event" function (I found it somewhere but I don't remember where, I apologize with the author for the lack of credits :worship: ) I use LV 8.2 and I can down-convert the file only to 8.0. I hope you can find a way to convert it down to LV 7.0 (volunteers?) Have fun :beer: G Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.