hi folks,
I have a Keyence IV4 camera which can take a picture do some vision and then either save it to an internal SD card or it can transfer the data of the picture over TCP/IP. I am trying to do the second onebut all it tells me about the picture data is "Binary data will be in 24-bit bitmap format (regardless of whether the image is color or monochrome)". that said my goal is to take this raw data and convert it into something I can actually use. this is a screengrab of the manual telling us expected response:
i do this like so:
this is my result in my string probe:
I've seen some similar posts and I've tried several things like using flatten/unflatten pixmap but i dont seem to be able to get the data into a format any of the image VI's like, although I may have done so incorrectly. if someone could walk me through the process of converting the data to the right format and getting it to spit out a real picture that would be fantastic