You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
[camera] Implemented ImageStream ImageFormat setting for Dart and Android (#3359)
* Implemented ImageStream ImageFormat setting for Dart and Android
* Fixed formatting and toString test
* Apply suggestions from code review
* Removed imageStreamImageFormat from CameraValue
* Removed imageStreamImageFormat from CameraValue
* Removed imageStreamImageFormat from CameraValue
* fixed formatting
* fixed formatting
* fixed formatting
* WIP: iOS implementation
* Imaplemented suggested changes, added tests.
* iOS switch case videoFormat
* Added imageFormatGroup to initialize
* Apply suggestions from code review
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
* Added period to sentence
* Moved ImageFormatGroup to platform_interface; Added extension to convert ImageFormatGroup to name; Changed int to ImageFormatGroup for initializeCamera
* Fixed test
* Separated Android and iOS in name extension
* Clarified returns on name extension
* updated Android implementation to support String output
* removed getOrDefault
* Updated camera implementation to use ImageFormatGroupName; Updated to Dart 2.7.0 to support extensions;
* removed unused import
* Export image_format_group.dart in types.dart
* Changed enum values to lowercase
* Added ImageFormatGroup test
* Fixed formatting
* made enum strings lowercase
* Removed target platform switch.
* Fixed formatting
* Updated Android implementation
* Updated iOS implementation
* updated log message for unsupported ImageFormatGroup
* Updated Android implementation
* fixed period in docs
* Switch change to if-statement
* Moved switching videoFormat to method in iOS
* Implemented feedback
* fixed formatting
* fixed mistakingly removed bracket
* fixed formatting
* Updated version
* Updated version
* fixed formatting
* Define TAG correctly
Co-authored-by: anniek <anniekvalk@gmail.com>
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
Co-authored-by: Maurits van Beusekom <maurits@baseflow.com>
0 commit comments