01-10-2010 09:52 AM
I am working on video streaming ( source: USB camera) using TCP. However, am constantly getting held up in "Unflatten from String" with Error 74 occuring stating "Memory corrupt". Kindly help me through in solving the issue.
Attached is the VI having both the send/ recieve together and communicating using localhost.
01-10-2010 03:01 PM
Problems I see:
01-11-2010 01:03 AM
Thanks for the reply!
Restricting the TCP sent dta to two bytes was a mistake, that has been rectified.
However, we are unable to resolve the "Unflatten from String". their just doesn't seem to be any sub-VI or function, that I can find which could convert the string to IMAQ image!
Kindly help in the same!
Best.
01-11-2010 01:27 AM - edited 01-11-2010 01:37 AM
Shoaib Akhtar wrote:Thanks for the reply!
Restricting the TCP sent dta to two bytes was a mistake, that has been rectified.
However, we are unable to resolve the "Unflatten from String". their just doesn't seem to be any sub-VI or function, that I can find which could convert the string to IMAQ image!
Kindly help in the same!
Best.
Actually at least in earlier versions of IMAQ the normal Unflatten from string should be able to createthe IMAQ image when you transmit the right data. You can try that by writing the string from IMAQ Flatten.. to a file and reading it back and unflattening. If that works, you know you are making some errors in the TCP communication.