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

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



Solution 1:[1]

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.

Solution 2:[2]

use camera_windows 0.1.0+1, the official plugin

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 smorgan
Solution 2 Liwy