0

I am just wondering if it is possible to convert WPF Canvas data to video streaming somehow...

Which approaches we can use for it?

I am thinking to generate screenshots and use it to build video frames. Is it correctly?

Any clue?

Thank you!

NoWar
  • 36,338
  • 80
  • 323
  • 498
  • Do you have some kind of animation in your canvas? How often does the picture refresh? – dvvrd Aug 17 '12 at 22:08
  • Does it always visible? If yes, you could capture video from sceen and clip it to your control – dvvrd Aug 17 '12 at 22:13
  • @dwrd Yup. Canvas has: Video, Images, and other complex User Controls. And it has animations as well. I need to capture WPF Canvas and create video streaming based on it. – NoWar Aug 18 '12 at 00:42
  • Did you managed to find a solution? – Pizzetto Sep 08 '20 at 10:29
  • @Pizzetto No i didnt. try this direction pls https://www.google.com/search?q=wpf+canvas+directx&rlz=1C1GCEU_ruRU819RU819&oq=wpf+canvas+directx&aqs=chrome..69i57j0.9329j0j7&sourceid=chrome&ie=UTF-8 – NoWar Sep 09 '20 at 03:21

1 Answers1

1

If You are going to take screenshots and combine it into video, this will help you

Community
  • 1
  • 1
Nikola Ninkovic
  • 1,252
  • 1
  • 12
  • 27
  • Thanks! At least my guess is not wrong as I guessed. But I mean if there is some way to streaming WPF Data content in real time mode. Is it possible to do somehow? – NoWar Aug 17 '12 at 21:13