Share via

How to show Camera in WPF Application

Faizan Mohammed 1 Reputation point
2022-10-23T11:59:27.28+00:00

I am trying to create a video conferencing app using WPF and NET 6, i tried to find many tutorials / resources online but could not find it. I tried searching throught the old forums but the links were not working. Thank you for helping me.

Developer technologies | XAML
Developer technologies | XAML

A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Castorix31 91,876 Reputation points
    2022-10-23T12:16:41.913+00:00

    If you're talking about camera capture, a way is with DirectShow
    I had uploaded a sample in WinUI (about the same code in WPF as it is C# + P/Invoke) : WinUI3_DirectShow_Capture

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.