Hi Sir,
As we know, the data from our SDK is a string stream. You can do whatever you want with it. For example, write it into a text file.
But when a man want to know the meaning of the data, a text file is hard to understand, and the image is easy. So most of the time we want to save images that most systems can recognize. That's why we use OPENCV. Opencv will help us save and display images more easily.
If your target is not seeing the image, but just making some data analysis. Maybe a text file is easy for you to program.
Thanks
Chad