I am creating a WPF application.
The application receives bitmap images and display them.
The application receives the images from a camera and it should display them near real time.
The screen is getting stuck.
The result should be a video.
How can I fix it?
thanks.
Load the bitmaps on a background thread and then
Freeze()them before consuming them on the UI thread.