I need to get a canvas as bitmap in real-time (1920x1080 50FPS) , But the speed of the RenderTargetBitmap.Render(Visual)
is too low.(and it causes blocking UI)
(I've used multithread and BitmapCache
, but had no effect)
How to get a wpf element as bitmap faster than using the RenderTargetBitmap
?