sony / flutter-elinux-plugins

Flutter plugins for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
43 stars 23 forks source link

MissingPluginException encountered while try to start video recording #85

Closed Arka2009 closed 9 months ago

Arka2009 commented 9 months ago

Hi

I am trying to use the camera plugins on the following configuration

  1. amd64 Ubuntu 22.04 linux
  2. flutter-elinux: 3.13.2
  3. camera: 0.10.5+5
  4. camera_elinux: https://github.com/sony/flutter-elinux-plugins.git (main branch)
  5. Display: X11

When I invoke the camera controller startVideoCapturing, I get the following exception

MissingPluginException(No implementation found for method startVideoRecording on channel plugins.flutter.io/camera)

Thanks

HidenoriMatsubayashi commented 9 months ago

camera: 0.10.5+5

This version has not supported yet in flutter-elinux's camera plugin. See https://github.com/sony/flutter-elinux-plugins/tree/main/packages/camera#pubspecyaml

HidenoriMatsubayashi commented 9 months ago

And also, startVideoRecording has not supported yet too. See https://github.com/sony/flutter-elinux-plugins/issues/6

HidenoriMatsubayashi commented 9 months ago

Closing. Thanks.