LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

transfer image

Hello I am working on a project and i am trying to transmit images (jpeg, 40kB, 640*480), the codes its work fine and i can transmit images but takes a lot of time to do this procedure ( about 13:00 min). Any suggestions to improve this timing will be very helpful. Please find attachedtr the code that i am using.

 

Thanks in advance

 

 

Download All
0 Kudos
Message 1 of 2
(1,852 Views)

Suggestions:

 

1.  Try a faster baudrate

 

2.  Switch to a different physical connection ... eg Ethernet

 

3.  Instead of using IMAQImageToArray ... use IMAQImageToString which allows you to compress the data.  The packet will be smaller and therefore it will take less time to send.

http://www.medicollector.com
0 Kudos
Message 2 of 2
(1,841 Views)