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

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


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.