LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

binary data to image

i have binary data like in figure and i want to convert it to image and display it in front panel so can anyone tell me how to do it or if any one have a code example i will be grateful 

1.png

0 Kudos
Message 1 of 5
(1,848 Views)

Hi Mohamed,

 


@Mohamed_Eid wrote:

i have binary data like in figure and i want to convert it to image and display it in front panel


I already gave an answer in the other thread where you posted.

It still is valid with your request: you need to know the data format of your binary data to be able to trasform them into an image…

 

Btw. technically you already converted the data to an image as can be seen in your message! 😉

 

Where does the data come from? Is there a description of the data format?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(1,828 Views)

The data came from ESP32Cam in binary format 

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

i found this front panel previous discussion does any one have the code ?ImageTest.png 

0 Kudos
Message 4 of 5
(1,791 Views)

A vi named "untitled 7.vi" is probably questionable. They seem to be using an intensity graph, not a picture.

 

It would help if you could at least give us a link to the previous discussion.

 

Can you attach that data file? Maybe it is just flat U8 binary data to be reshaped to a 2D array.

0 Kudos
Message 5 of 5
(1,767 Views)