Issue:

- Output image displayed on picture box was delayed in 5 second, why?


Answer:
- Window form application using Bitmap format to display the image.
- WPF using Bitmapsource format to display the image.
- So, in order to display image on WPF application, will need to convert the bitmap format to bitmapsource format then only can display the image on the window.