- 53fe3a7 Ignore flaky test removeUseCase_requestOptionsShouldSetToCamera by Julia McClellan · 1 year, 10 months ago
- 5126239 Merge "Run CameraXInitTest#initOnDevice_hasCamera only on lab devices" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- a08af0a Run CameraXInitTest#initOnDevice_hasCamera only on lab devices by leo huang · 1 year, 10 months ago
- 39495ba Merge "Fix OpenClosedCaptureSessinStressTest failure by using Camera2Interop instead of CameraEventCallback" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- a9b15b4 Merge "Replace `Closeable` with `AutoCloseable` in most APIs" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 1b46c2e Merge "[CameraPipe] Fix setValue being used for runningUseCasesLiveData from non-main thread" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 0b3cdc7 Replace `Closeable` with `AutoCloseable` in most APIs by Paul Rohde · 1 year, 10 months ago
- 4a0e98c Merge "[Extensions] Adding version annotation to some missing class/methods." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 9b918ba [CameraPipe] Fix setValue being used for runningUseCasesLiveData from non-main thread by Tahsin Masrur · 1 year, 10 months ago
- 47b5c5a Merge "Add qualifier(s) for application level context." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 8f2a3ce Fix OpenClosedCaptureSessinStressTest failure by using Camera2Interop instead of CameraEventCallback by Scott Nien · 1 year, 10 months ago
- 0f89939 remove camera-extensions-stub.jar by Scott Nien · 1 year, 10 months ago
- 55fdabd Merge "Check hasCamera before getting the CamcorderProfile in DeviceCompatibilityTest" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 845d4cc Refactor RecorderTest by leo huang · 1 year, 11 months ago
- a5386f7 Check hasCamera before getting the CamcorderProfile in DeviceCompatibilityTest by leo huang · 1 year, 10 months ago
- 50e8d24 [Extensions] Adding version annotation to some missing class/methods. by Scott Nien · 1 year, 10 months ago
- cac83bd Merge "Mark canCloseBeforeJpegConversion as flaky" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 10a113d Merge "Propagate minSdkVersion to inner SdkSuppress annotations" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- d86e787 Mark canCloseBeforeJpegConversion as flaky by Julia McClellan · 1 year, 10 months ago
- 830db91 Propagate minSdkVersion to inner SdkSuppress annotations by Alan Viverette · 1 year, 10 months ago
- 5494848 Merge "Add camera pretest rule in DeviceCompatibilityTest" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- e18484e Add camera pretest rule in DeviceCompatibilityTest by leo huang · 1 year, 10 months ago
- 1ae990b Merge changes I4b715ffe,Ia07a692b into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 1bd96bc In CameraController, allow setting CameraControl values before init by Xi Zhang · 1 year, 10 months ago
- f4dd15b Remove LabTestOnly from camera2.pipe device tests by WenHung_Teng · 1 year, 10 months ago
- c725262 Implement cancelFocusAndMeteringAsync by WenHung_Teng · 1 year, 11 months ago
- 40485cf Camera2Interop DeviceStateCallback and SessionStateCallback in CameraPipe by David Jia · 1 year, 11 months ago
- 5fc1e27 Merge "Correcting a typo in the comments." into androidx-main by Scott Wiest · 1 year, 10 months ago
- a368b70 Merge "Extra Level 3 combinations for Pixel 6/7" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- c81ae4e Merge "Cleanup: create a wrapper interface for ProcessCameraProvider for injecting dependencies in unit tests." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 0a95adb Cleanup: create a wrapper interface for ProcessCameraProvider for injecting dependencies in unit tests. by Xi Zhang · 1 year, 10 months ago
- 19a09fe Add qualifier(s) for application level context. by Paul Rohde · 1 year, 10 months ago
- 970ac45 Merge "Add device tests for focus metering basic functionalities" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- ef14b36 Extra Level 3 combinations for Pixel 6/7 by Trevor McGuire · 1 year, 11 months ago
- 3e65fb4 Merge "[Extensions] Invoke sessionProcessor.deinitSession when ProcessingCaptureSession is released." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 18b1a91 [Extensions] Invoke sessionProcessor.deinitSession when ProcessingCaptureSession is released. by Scott Nien · 1 year, 10 months ago
- 3e39f27 Merge "Add HighSpeed Camera Capture Sessions to CameraPipe" into androidx-main by Catherine Sun · 1 year, 10 months ago
- 4f83ed0 Merge "Return the last camera error during camera open" into androidx-main by Jasmine Chen · 1 year, 10 months ago
- e5273c4 Add HighSpeed Camera Capture Sessions to CameraPipe by Catherine Sun · 1 year, 11 months ago
- 23c32980 Correcting a typo in the comments. by Scott Wiest · 1 year, 10 months ago
- 0738e01 Merge "Adding a public method to the Camera2OutputConfigImplBuilder to allow the developer to set the OutputConfigId" into androidx-main by Scott Wiest · 1 year, 10 months ago
- 19a8826 Cleanup: remove unused code in CameraController. by Xi Zhang · 1 year, 10 months ago
- 47f88bd [CameraPipe] Update TODO list and small textual details in FocusMeteringControlTest by Tahsin Masrur · 1 year, 10 months ago
- 1cba44b Merge "[CameraPipe] Use preview aspect ratio in FocusMeteringControl" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 0a38d67 Adding a public method to the Camera2OutputConfigImplBuilder to allow by Scott Wiest · 1 year, 10 months ago
- 0c68ce9 Return the last camera error during camera open by Jasmine Chen · 1 year, 10 months ago
- 8cbfff4 Suppress tests that are failing on SDK 34 by Alan Viverette · 1 year, 11 months ago
- 1e27099 [CameraPipe] Use preview aspect ratio in FocusMeteringControl by Tahsin Masrur · 1 year, 10 months ago
- c18144e Add device tests for focus metering basic functionalities by Tahsin Masrur · 1 year, 11 months ago
- 330eb753 StreamUseCase new implementation in camera-camera2 by David Jia · 1 year, 11 months ago
- 862fcff Stream Use Case in Camera Pipe Integration by David Jia · 2 years ago
- b05906e1 [CameraPipe] Port FocusMeteringControlTest from camera-camera2 by Tahsin Masrur · 1 year, 10 months ago
- 0a37885 Merge "Check supported region count to generate the metering request" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- e4275d7 Merge "Fix JPEG image corruption issue if writing Exif location data on some Samsung Android 12 devices" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 83975f7 Merge "Invokes SessionProcessorImpl#startTrigger when needed" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 2db6d01 Fix JPEG image corruption issue if writing Exif location data on some Samsung Android 12 devices by Charcoal Chen · 1 year, 11 months ago
- da03e5f Invokes SessionProcessorImpl#startTrigger when needed by Scott Nien · 1 year, 10 months ago
- d2151a3 Fix the NPE issue happens when issuing a new request after a capture failure by Charcoal Chen · 1 year, 10 months ago
- 9c48b8a Fix the NullPointerException caused by null uri when saving image by MediaStore by Charcoal Chen · 1 year, 10 months ago
- 73b7437 Merge "Ensure Continuation resume just once when awaiting camera" into androidx-main by Jasmine Chen · 1 year, 10 months ago
- 0f54645 Ensure Continuation resume just once when awaiting camera by Jasmine Chen · 1 year, 11 months ago
- 4b158bf Merge "API Review: add a #setEffects method to CameraController." into androidx-main by Treehugger Robot · 1 year, 10 months ago
- f48fbb0 API Review: add a #setEffects method to CameraController. by Xi Zhang · 2 years ago
- 38480ed Merge "API Review: add a ImageProcessor interface" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 1cfa1ab Fix ImageCapture failed when there is no flash unit and flash mode is on. by leo huang · 1 year, 10 months ago
- f94c3c6 Merge "SurfaceRequest new method API review" into androidx-main by Treehugger Robot · 1 year, 10 months ago
- 5dd2bf1 Merge changes I7bcef936,I6f9dbb27,I83d68e1d,I7da4019e into androidx-main by Treehugger Robot · 1 year, 11 months ago
- ccdacd1 Merge changes Ia0c76961,Ibff9cefb,Id86de4ba into androidx-main by Jasmine Chen · 1 year, 11 months ago
- c1a61a0 Complete tests for RetryingCameraStateOpener by Jasmine Chen · 1 year, 11 months ago
- e1322ad Add granular error handling logic for CAMERA_DISABLED by Jasmine Chen · 1 year, 11 months ago
- 4a95975 Handle recreate pipeline in Recorder by WenHung_Teng · 2 years, 3 months ago
- e46340da Clear VideoCapture pipeline when state detached. by TY Chang · 2 years, 1 month ago
- 6b0c6e05 Fix API 21, 22 reuse Recorder problem. by TY Chang · 2 years, 4 months ago
- b00eac1 Make Recorder reusable. by TY Chang · 2 years, 4 months ago
- e88e99b Merge "Parameterize: DeviceCompatibilityTest" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 3fdaa7c Add granular error handling logic for ERROR_CAMERA_IN_USE by Jasmine Chen · 1 year, 11 months ago
- bdb26bf Merge "nit for CameraSelectionOptimizer." into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 56602a0 Merge "Parameterize: AudioVideoSyncTest" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 25002cb nit for CameraSelectionOptimizer. by Dipen Patel · 1 year, 11 months ago
- 3835bd9 Merge "Extender and unpacker for Camera2Interop.setStreamUseCase()" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 21667a5 Merge "Parameterize VideoRecordingFrameDropTest for Camera Pipe configuration" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 87a3238 Parameterize VideoRecordingFrameDropTest for Camera Pipe configuration by Dipen Patel · 1 year, 11 months ago
- d873f9b Check supported region count to generate the metering request by WenHung_Teng · 1 year, 11 months ago
- c0b01a6 SurfaceRequest new method API review by mingdatsai · 2 years, 1 month ago
- 2292f51 Parameterize: AudioVideoSyncTest by Dipen Patel · 1 year, 11 months ago
- 96a6bef Merge "Parameterize: VideoCapabilityTest" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 25783b2 Parameterize: DeviceCompatibilityTest by Dipen Patel · 1 year, 11 months ago
- 4e30dd4 Merge "Fix no supported resolutions for video on Motorola Moto E5 Play" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 0e11406 Merge "Add high resolution AndroidTest for Preview, ImageCapture and ImageAnalysis" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- bfa4e03 Fix no supported resolutions for video on Motorola Moto E5 Play by mingdatsai · 1 year, 11 months ago
- c81f4d9 Merge "Rename UseCase callback function names and javadoc improvement" into androidx-main by Treehugger Robot · 1 year, 11 months ago
- 929c0ee Parameterize: VideoCapabilityTest by Dipen Patel · 1 year, 11 months ago
- 79825850 Merge changes Ie0ac4c55,Ie60fc657 into androidx-main by Jasmine Chen · 1 year, 11 months ago
- 46ca968 Rename UseCase callback function names and javadoc improvement by Charcoal Chen · 1 year, 11 months ago
- abd7497 Extender and unpacker for Camera2Interop.setStreamUseCase() by David Jia · 2 years ago
- 94e158e Add CameraState error transitions for initial camera open errors by Jasmine Chen · 1 year, 11 months ago
- 65b4d16 Surface CameraGraph errors through GraphState in CameraPipe by Jasmine Chen · 1 year, 11 months ago
- b36fc2a Merge "Add lnishan to camera-camera2-pipe-testing OWNERS" into androidx-main by Jasmine Chen · 1 year, 11 months ago
- f97609c Add high resolution AndroidTest for Preview, ImageCapture and ImageAnalysis by Charcoal Chen · 1 year, 11 months ago
- 25a2951 Fix lateinit property has not been initialized on RecorderTest by mingdatsai · 1 year, 11 months ago