Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b6729ac
Start implementation of setting points + offset
camsim99 Feb 2, 2024
14d1024
Finish adding intial impls
camsim99 Feb 5, 2024
975806b
Fix crashes
camsim99 Feb 5, 2024
a7181b2
Cleanup pt1
camsim99 Feb 6, 2024
ea5f15f
Cleanup pt2
camsim99 Feb 6, 2024
5fe2976
Self review
camsim99 Feb 6, 2024
e41a825
Add tests
camsim99 Feb 7, 2024
9736287
Merge remote-tracking branch 'upstream/main' into camx_fe
camsim99 Feb 7, 2024
38e88a8
Format
camsim99 Feb 7, 2024
2843626
Update readme + bump version
camsim99 Feb 7, 2024
35ebf13
Improve docs
camsim99 Feb 7, 2024
c2f75ec
Change metering point factory
camsim99 Feb 8, 2024
b8526e1
Self review
camsim99 Feb 8, 2024
928b4cd
Nits + lints
camsim99 Feb 8, 2024
3527d9e
Merge remote-tracking branch 'upstream/main' into camx_fe
camsim99 Feb 9, 2024
1d4d37e
Update video cap test
camsim99 Feb 9, 2024
35ab369
Fix nit
camsim99 Feb 12, 2024
0de865a
Update packages/camera/camera_android_camerax/lib/src/android_camera_…
camsim99 Feb 14, 2024
bb13a35
Address review
camsim99 Feb 14, 2024
1a601a4
Merge remote-tracking branch 'refs/remotes/origin/camx_fe' into camx_fe
camsim99 Feb 14, 2024
2c3c9ab
Update packages/camera/camera_android_camerax/test/android_camera_cam…
camsim99 Feb 20, 2024
6652171
Use absolute paths
camsim99 Feb 20, 2024
a08eed6
Merge remote-tracking branch 'refs/remotes/origin/camx_fe' into camx_fe
camsim99 Feb 20, 2024
c35fa15
Address nit + change getExposureOffsetStepSize to return 0
camsim99 Feb 21, 2024
fac3ff6
Merge remote-tracking branch 'upstream/main' into camx_fe
camsim99 Feb 21, 2024
077ee37
Change to -1
camsim99 Feb 21, 2024
ff3fc39
Update wording
camsim99 Feb 21, 2024
fc60e77
Undo platform interface changes
camsim99 Feb 21, 2024
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 absolute paths
  • Loading branch information
camsim99 committed Feb 20, 2024
commit 6652171658dc5e9b8300d237617f46784430aaec
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private CameraStateType(final int index) {
* <p>If you need to add another type to support a type S to use a LiveData<S> in this plugin,
* ensure the following is done on the Dart side:
*
* <p>* In `../lib/src/live_data.dart`, add new cases for S in
* <p>* In `camera_android_camerax/lib/src/live_data.dart`, add new cases for S in
* `_LiveDataHostApiImpl#getValueFromInstances` to get the current value of type S from a
* LiveData<S> instance and in `LiveDataFlutterApiImpl#create` to create the expected type of
* LiveData<S> when requested.
Expand Down Expand Up @@ -151,9 +151,9 @@ private VideoResolutionFallbackRule(final int index) {
*
* <p>If you need to add another option to support, ensure the following is done on the Dart side:
*
* <p>* In `../lib/src/capture_request_options.dart`, add new cases for this option in
* `_CaptureRequestOptionsHostApiImpl#createFromInstances` to create the expected Map entry of
* option key index and value to send to the native side.
* <p>* In `camera_android_camerax/lib/src/capture_request_options.dart`, add new cases for this
* option in `_CaptureRequestOptionsHostApiImpl#createFromInstances` to create the expected Map
* entry of option key index and value to send to the native side.
*
* <p>On the native side, ensure the following is done:
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum CameraStateType {
/// If you need to add another type to support a type S to use a LiveData<S> in
/// this plugin, ensure the following is done on the Dart side:
///
/// * In `../lib/src/live_data.dart`, add new cases for S in
/// * In `camera_android_camerax/lib/src/live_data.dart`, add new cases for S in
/// `_LiveDataHostApiImpl#getValueFromInstances` to get the current value of
/// type S from a LiveData<S> instance and in `LiveDataFlutterApiImpl#create`
/// to create the expected type of LiveData<S> when requested.
Expand Down Expand Up @@ -73,7 +73,7 @@ enum VideoResolutionFallbackRule {
/// If you need to add another option to support, ensure the following is done
/// on the Dart side:
///
/// * In `../lib/src/capture_request_options.dart`, add new cases for this
/// * In `camera_android_camerax/lib/src/capture_request_options.dart`, add new cases for this
/// option in `_CaptureRequestOptionsHostApiImpl#createFromInstances`
/// to create the expected Map entry of option key index and value to send to
/// the native side.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class CameraStateTypeData {
/// If you need to add another type to support a type S to use a LiveData<S> in
/// this plugin, ensure the following is done on the Dart side:
///
/// * In `../lib/src/live_data.dart`, add new cases for S in
/// * In `camera_android_camerax/lib/src/live_data.dart`, add new cases for S in
/// `_LiveDataHostApiImpl#getValueFromInstances` to get the current value of
/// type S from a LiveData<S> instance and in `LiveDataFlutterApiImpl#create`
/// to create the expected type of LiveData<S> when requested.
Expand Down Expand Up @@ -148,7 +148,7 @@ class MeteringPointInfo {
/// If you need to add another option to support, ensure the following is done
/// on the Dart side:
///
/// * In `../lib/src/capture_request_options.dart`, add new cases for this
/// * In `camera_android_camerax/lib/src/capture_request_options.dart`, add new cases for this
/// option in `_CaptureRequestOptionsHostApiImpl#createFromInstances`
/// to create the expected Map entry of option key index and value to send to
/// the native side.
Expand Down