LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error 74 (Unflatten From String )

I want to capture a video using labview 2015 and then sending to labview communication using UDP, using the OFDM example implemented on labview comm(TX,Rx) after this process we then send the video back to the normal labview 2015 using again the UDP,  the problem is that when we run the two programs there is an error 74 (Unflatten From String ),and there is another something occur that the output display that receive the video it give an output only when we press right click on the display indicator otherwise there is no output,so i want to know the meaning of this problem. there are two attachments(screenshot for the code implemented in labview 2015 ) which show you the the capturing of the video and receiving it from labview comm.

any one can suggest a solutions for these problems.

thanks a lot,error 74 BD.pngerror 74.png

0 Kudos
Message 1 of 5
(3,993 Views)

It looks like you're also getting error -1074396120 "Not an image" out of the IMAQ Flatten to String VI. It's possible that error 74 returned by Unflatten From String is a result of attempting to flatten and broadcast an invalid image. This might also explain the behavior you're seeing displaying the image.

 

It might be worthwhile to try running a simple VI that only acquires an image from your camera without any of the additional UDP code. This would verify that there is nothing wrong with the acquisition itself. 

0 Kudos
Message 2 of 5
(3,936 Views)

 

0 Kudos
Message 3 of 5
(3,914 Views)

The error looks like it is because a purple image reference is being flattened, but what is being unflattened is a cluster of an image reference.

0 Kudos
Message 4 of 5
(3,894 Views)

thanks for your reply,

can you suggest me a solution for this problem,it stop my project from being worked  

0 Kudos
Message 5 of 5
(3,886 Views)