halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

Support `MediaCapture` APIs #268

Closed Shiryhalov closed 12 months ago

Shiryhalov commented 1 year ago

Is it possible to support video capturing API mentioned here: https://learn.microsoft.com/en-us/windows/win32/multimedia/using-video-capture?

halildurmus commented 1 year ago

Instead of supporting these Win32 APIs, a much better approach would be to add support for the corresponding WinRT APIs, which offer a much simpler and more user-friendly way to capture photos and videos:

I'm transferring this issue to the dartwinrt.

~blocked by #284~