LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

imaq string to image

Hi guys i am facing problem in converting an imaq string into image. i am transmitting an imaq image via datasocket by flattening into string. now at the receiver how do i convert this string back into image.
0 Kudos
Message 1 of 7
(5,238 Views)

Hi rocky3015,

what about "unflatten from string"? I am not sure, but that's what i think what should work.

 

Mike

0 Kudos
Message 2 of 7
(5,235 Views)
Do you have VDM? If so then you can convert the string to array and then from array to image.
0 Kudos
Message 3 of 7
(5,197 Views)

hi Rocky

Use a type cast, with a IMAQ create and the string.

0 Kudos
Message 4 of 7
(5,177 Views)
0 Kudos
Message 5 of 7
(5,164 Views)

navas wrote:

hi Rocky

Use a type cast, with a IMAQ create and the string.


I dont think that will work...

0 Kudos
Message 6 of 7
(5,163 Views)

Maybe the following screenshot with help:

 

ImageTxRx.JPG

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 7 of 7
(5,155 Views)