09-13-2008 05:19 PM
Dear all,
I'm trying to look for an example of webcam communication over LAN.
in other word, I'd like to transfer video image from one PC to another over LAN. The video will be from a USB webcam installed in the first PC.
if you could provide me some example, I'll be appricated.
thanks
igg
09-15-2008 10:21 AM
Dear igg,
Take a look at the examples here:
Transfer Images over the Network
http://zone.ni.com/devzone/cda/epd/p/id/3314
In general, you want to
1) flatten the images to string, and add compression on the sending end.
2) establish TCP (or UDP, etc...) connection and send compressed and flattened images
3) unflatten and decompress images on receiving end.
Hope that helps!
Best Regards,
~Nate
09-15-2008 10:49 AM - edited 09-15-2008 10:50 AM
Nate,
thank you so much, it's really helpful
igg