Is there any solution to take picture using laptop camera with Flutter desktop?

1,243

You would need to write a plugin that implements it using Windows APIs.

Since the Texture widget isn't supported for Windows yet, you would need to use a separate native window for any live preview UI.

Share:
1,243
Nadim Gouia
Author by

Nadim Gouia

Updated on December 17, 2022

Comments

  • Nadim Gouia
    Nadim Gouia over 1 year

    Is there any solution to take picture using the laptop camera with Flutter desktop (on Windows)? I don't want to use go-flutter.