08-22-2008 05:50 AM
I want to create one system, monitoring office activity, by using LabView 8.0.
My question is, got any example for this system, because i really don't know how to start to program this system.
Discription this monitoring system is like that:
For example, we have two computer, one is host and one is client. So, now i want using host computer to control the client computer at office, then from this client computer, we can monitor the office activity. I plan to install webcam at client computer and to monitor the activity at office. In LabView, got any example for monitoring system?
Solved! Go to Solution.
08-22-2008 06:14 AM - edited 08-22-2008 06:15 AM
I would suggest you first quantify exactly what you want to achieve, and look through some of the shipped LabVIEW examples.
Check the TCP communication VIs under Example Finder->Browse->Networking->TCP & UDP, I think what you are describing sounds like you want networking involved.
You have a couple of ways you can use to get an image from a webcam, You can buy the NI Vision plugin package, or if you are simply sending the webcam image you can access the driver dll and grab the image from working memory. For more info on this, check out the "library call node", also under the examples section