Problem with receiving the image from the video and sample sockets for the GUI build using Qt
-
Hello everyone,
Actually I am developing a GUI on Linux using Qt. I have developed a GUI for the finger print device. Initially the image was in BER format, later I have decoded it into ISO format. Now am able to display the image. The problem is that the image is coming from the Video socket, the live image. i.e., 3 images per second. But in appearance it is like a sample or final captured image. I checked in the log file, the sample socket is not connected, but the image is coming from video socket and doesn't appear as it should be . So I am not able to understand how to proceed further, could anybody help me please. I can post the code if it's necessary...