ā02-28-2023 11:29 AM
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
ā02-28-2023 12:16 PM
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?
ā02-28-2023 04:16 PM
The data came from ESP32Cam in binary format
ā02-28-2023 04:19 PM
i found this front panel previous discussion does any one have the code ?
ā02-28-2023 08:11 PM - edited ā02-28-2023 08:15 PM
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.