02-13-2013 10:37 AM
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
02-13-2013 12:16 PM
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.