LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help using LabVIEW 7.1 and data socket to transfer images

I need help transferring images across a company network using: LV 7.1, IMAQ 3.0 and a PCI 1407 image aquisition card. I am trying to use datasocket to transfer video image across a company network. I have attached sample vis. Thanks in advance for your help.
I. Cyr
0 Kudos
Message 1 of 4
(2,392 Views)
Hi ,
there is a similar example in labview examples for data socket,there in the receive image give the IP address of the PC which is transmitting it.
this should help you.
vicky
0 Kudos
Message 2 of 4
(2,388 Views)
Vicky,
Thnx for your help. This example does not help though. I have created (2) vi's, a write vi to capture the video (which works) and a read vi to display the video remotely (which will not display the video). If you have time will you look at the vi's I attached and see if you can find a problem in the code? Once again, thank you in advance for all of your help.
IEC
0 Kudos
Message 3 of 4
(2,373 Views)
Hello –

Something that you need to consider is the fact that when you are sending an image over Data Socket, it is not really the image what is being transferred but a pointer to the image. Please take a look into this Knowledgebase.

Also, you might find this Example Program useful.

Hope this helps.

S Vences
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,351 Views)