Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use Stuart's format
  • Loading branch information
camsim99 committed May 9, 2023
commit d27e13be6e73d869b6c6e70442e4c7dc62aec737
8 changes: 7 additions & 1 deletion packages/camera/camera_android_camerax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

* Initial release of this `camera` implementation that supports image capture, video recording, displaying a live camera preview, and image streaming. See [`README.md`](README.md) for more details on the limitations of this implementation.
* Initial release of this `camera` implementation that supports:
* Image capture
* Video recording
* Displaying a live camera preview
* Image streaming

See [`README.md`](README.md) for more details on the limitations of this implementation.