How to display quick-updating images without large memory allocation?

前端 未结 2 1853
后悔当初
后悔当初 2020-12-14 03:58

I\'ve got a WPF application on an ultrasound machine that displays ultrasound images generated in C++ at a speed upwards of 30 frames per second.

From what I underst

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 04:21

    If you are using the lastest WPF bits check out WriteableBitmap, you'll have to do more of the leg work but you'll really fast updates.

    Do a quick google and you'll get some samples.

提交回复
热议问题