6

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

Andrej
  • 2,743
  • 2
  • 11
  • 28
Nadim Gouia
  • 141
  • 1
  • 2
  • 7

2 Answers2

2

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.

smorgan
  • 20,228
  • 3
  • 47
  • 55
0

use camera_windows 0.1.0+1, the official plugin

Liwy
  • 511
  • 1
  • 4
  • 5