Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for example of webcam communication over LAN

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

0 Kudos
Message 1 of 3
(3,633 Views)

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 

0 Kudos
Message 2 of 3
(3,613 Views)

Nate,

thank you so much, it's really helpful

 

igg

Message Edited by igg_integrin on 09-15-2008 10:50 AM
0 Kudos
Message 3 of 3
(3,610 Views)