mirror of
https://github.com/sony/flutter-elinux-plugins.git
synced 2025-08-16 12:00:59 +08:00
camera: update to version 0.3.0 (#61)
Signed-off-by: Hidenori Matsubayashi <hidenori.matsubayashi@gmail.com>
This commit is contained in:

committed by
GitHub

parent
ca81dbb391
commit
584bb07788
@ -1,3 +1,7 @@
|
|||||||
|
## 0.3.0
|
||||||
|
* Add TakePicture API
|
||||||
|
* Enable stream image APIs
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
* Update for camera v0.10.0+1 / flutter 3.3.0 release
|
* Update for camera v0.10.0+1 / flutter 3.3.0 release
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ name: camera_elinux
|
|||||||
description: A Flutter plugin for getting information about and controlling the
|
description: A Flutter plugin for getting information about and controlling the
|
||||||
camera on eLinux. Supports previewing the camera feed, capturing images, capturing video,
|
camera on eLinux. Supports previewing the camera feed, capturing images, capturing video,
|
||||||
and streaming image buffers to dart.
|
and streaming image buffers to dart.
|
||||||
version: 0.2.1
|
version: 0.3.0
|
||||||
homepage: https://github.com/sony/flutter-elinux-plugins
|
homepage: https://github.com/sony/flutter-elinux-plugins
|
||||||
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/camera
|
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/camera
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user