1. f43c348 Merge "Rename SettableSurface to SurfaceEdge and change the inheritance to composition." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  2. 52f4f38 Merge "Fix initializationError on Android API 17" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  3. 5e72a8f Ignore failing camera test getStreamUseCaseFromUseCaseConfigsNotSupported by Julia McClellan · 1 year, 7 months ago
  4. add667f Rename SettableSurface to SurfaceEdge and change the inheritance to composition. by Xi Zhang · 1 year, 7 months ago
  5. 3f5ed45 Fix initializationError on Android API 17 by WenHung_Teng · 1 year, 7 months ago
  6. 12d39fa Enable stop_withErrorWhenDurationLimitReached by TY Chang · 1 year, 7 months ago
  7. df689a9 Implement CameraInfoAdapter.getSupportedResolutions() by leo huang · 1 year, 7 months ago
  8. 5c333ea Merge "Use new image capture pipeline for software JPEG path / remove unused classes and methods." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  9. 2d94802 Use new image capture pipeline for software JPEG path / remove unused classes and methods. by Scott Nien · 1 year, 7 months ago
  10. 581d6f5 Merge "Cleanup: hide rotation degrees from SurfaceOutput" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  11. 72eacee Checks if the cropped aspect ratio matches the output size by Xi Zhang · 1 year, 7 months ago
  12. 4a568d7 Cleanup: hide rotation degrees from SurfaceOutput by Xi Zhang · 1 year, 7 months ago
  13. af8fb9e Merge "Fix ImageCaptureTest failures in the extensions module" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  14. 2f4582e Fix ImageCaptureTest failures in the extensions module by Charcoal Chen · 1 year, 7 months ago
  15. adcb6ef Add internal API to get camera supported resolutions by leo huang · 1 year, 7 months ago
  16. f965ba8 Create StreamConfigurationMapCompat to handle backward compatibility by leo huang · 1 year, 7 months ago
  17. 446647f Allow mulitple outputs for SurfaceProcessorNode by Xi Zhang · 1 year, 7 months ago
  18. 25a824a Merge "CameraController: catch invalid UseCase combination error in LifecycleCameraController" into androidx-main by Xi Zhang · 1 year, 7 months ago
  19. 682c415 CameraController: catch invalid UseCase combination error in LifecycleCameraController by Xi Zhang · 1 year, 7 months ago
  20. 2e407fa Merge "Cancel graph state collection after UseCaseCamera is closed" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  21. 12875e8 Merge "Stop process output buffer after MediaCodec is reset" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  22. ec01780 Stop process output buffer after MediaCodec is reset by WenHung_Teng · 1 year, 7 months ago
  23. d162611 Add stress test to continuously take pictures without waiting for previous results by Charcoal Chen · 1 year, 7 months ago
  24. 00deea7 Cleanup: run autoformatter on CameraController. by Xi Zhang · 1 year, 7 months ago
  25. 3c0a2ba Preview effects API review by Xi Zhang · 1 year, 11 months ago
  26. 32b0bfa Merge "Remove the legacy core.VideoCapture API" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  27. 4dfeffa Merge changes from topic "BasicExtenderRefactor" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  28. da4ddc3 [BasicExtenderRefactor] Remove CaptureProcessor / ImageInfoProcessor / CaptureStage / ProcessingSurface and remove the TextureView Restrictions by Scott Nien · 1 year, 7 months ago
  29. 4e35b81 [BasicExtenderRefactor] Support Tap-To-Focus and Flash on Extensions with SessionProcessor by Scott Nien · 1 year, 7 months ago
  30. 4ea337b [BasicExtenderRefactor] Enable basic extender session processor. by Scott Nien · 1 year, 7 months ago
  31. f7c1a75 [BasicExtenderRefactor] Implement BasicExtenderSessionProcessor by Scott Nien · 1 year, 8 months ago
  32. 8adf475 [BasicExtenderRefactor] Add StillCaptureProcessor and PreviewProcessor by Scott Nien · 1 year, 8 months ago
  33. acc0a7c Remove the legacy core.VideoCapture API by mingdatsai · 1 year, 7 months ago
  34. 2636de0 Merge "Fix SupportedQualitiesVerificationTest" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  35. db9e471 Fix SupportedQualitiesVerificationTest by WenHung_Teng · 1 year, 7 months ago
  36. 00b9791 [API review] Duration limiter by TY Chang · 1 year, 8 months ago
  37. 6c66b4f Mark testCameraDisconnect as flaky by Tiem Song · 1 year, 7 months ago
  38. 0e3f04a [BasicExtenderRefactor] Add Yuv To Jpeg converter in camera-extensions by Scott Nien · 1 year, 7 months ago
  39. 8bcbb75 Cancel graph state collection after UseCaseCamera is closed by Jasmine Chen · 1 year, 7 months ago
  40. 6045d95 Merge "Remove the duplication check in SupportedSurfaceCombination" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  41. 731aa33 Translate Request.Listener callbacks to CaptureCallback by David Jia · 1 year, 8 months ago
  42. 955d02d8 Merge "Make Camera2RequestMetaData unwrap as CameraCaptureSession" into androidx-main by David Jia · 1 year, 7 months ago
  43. bd514cd Make Camera2RequestMetaData unwrap as CameraCaptureSession by David Jia · 1 year, 8 months ago
  44. 82324ca Cleanup: do not wait for the SurfaceOutput to setup transformation updates. by Xi Zhang · 1 year, 7 months ago
  45. 1057c12 Merge "Adapt GraphState to CameraState" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  46. 63a4788 Adapt GraphState to CameraState by Jasmine Chen · 1 year, 9 months ago
  47. a60427d Merge "Fix ImageCapture NPE crash in 1.3.0 alpha" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  48. 82ecc94 Remove the duplication check in SupportedSurfaceCombination by Charcoal Chen · 1 year, 7 months ago
  49. 767e6a4 Merge "Follow up for aosp/2301417" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  50. 1b572a7 Merge "Check for duplicate effects target in UseCaseGroup" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  51. f588958 Check for duplicate effects target in UseCaseGroup by Xi Zhang · 1 year, 7 months ago
  52. 021c903 Mark canRecordToFile_rightAfterPreviousRecordingStopped test as flaky by Tiem Song · 1 year, 7 months ago
  53. f555113 Follow up for aosp/2301417 by Xi Zhang · 1 year, 7 months ago
  54. 7663b25 Add a tone-mapping ImageProcessor in view test app by Xi Zhang · 1 year, 8 months ago
  55. 5ad1395 Fix ImageCapture NPE crash in 1.3.0 alpha by Xi Zhang · 1 year, 7 months ago
  56. 9a15f95 Remove GlTransformOptions by Xi Zhang · 1 year, 7 months ago
  57. 98b8a8e Force disable high resolution when extensions are enabled by Charcoal Chen · 1 year, 8 months ago
  58. ed394c6 Force disable ZSL when high resolution is enabled by Charcoal Chen · 1 year, 8 months ago
  59. 142a4fa Implement new ResolutionSelector logic in SupportedSurfaceCombination class by Charcoal Chen · 1 year, 9 months ago
  60. ec58c9f Update CompareAspectRatiosByDistanceToTargetRatio to compare by overlapping area by Charcoal Chen · 1 year, 9 months ago
  61. 5707586 Add restriction to use both setTargetResolution, setTargetAspectRatio and setResolutionSelector API by Charcoal Chen · 2 years, 4 months ago
  62. edd39bb Update for new ResolutionSelector design changes by Charcoal Chen · 1 year, 9 months ago
  63. dc58338 Add the initial version of ResolutionSelector and Builder class by Charcoal Chen · 1 year, 9 months ago
  64. f74bed2 [CameraPipe] Sync fix for correct display selection based on state by Tahsin Masrur · 1 year, 7 months ago
  65. f1f96db Merge changes from topic "camerax_apply_new_video_api_in_view" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  66. 9e985ef In PreviewTransformation, when (#hasCameraTransform == false), use mPreviewRotationDegrees. by Xi Zhang · 1 year, 7 months ago
  67. 5efc60c Merge "Upgrade to androidx.test:runner:1.5.1" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  68. 2037e90 Merge "Add a #hasCameraTransform API to TransformationInfo" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  69. b0211d6 Add a #hasCameraTransform API to TransformationInfo by Xi Zhang · 1 year, 7 months ago
  70. 23ff279 Create a new VideoCapture when use cases are rebound in CameraController by mingdatsai · 1 year, 7 months ago
  71. 38d2596 Update video capture feature to adopt API change in camera-view by mingdatsai · 1 year, 7 months ago
  72. d06bbc0 Add audio enable/disable feature by mingdatsai · 2 years, 4 months ago
  73. f11ae94 Remove non-used codes by mingdatsai · 2 years, 4 months ago
  74. ecb2223 Apply new camera-video APIs in camera-view by mingdatsai · 2 years, 4 months ago
  75. 6138690 Upgrade to androidx.test:runner:1.5.1 by Brett Chabot · 1 year, 7 months ago
  76. 8f63027 Add LowMemoryQuirk to prevent image processing OOM by WenHung_Teng · 1 year, 7 months ago
  77. b9d17d9 Add take picture test to verify continuous capture by WenHung_Teng · 1 year, 7 months ago
  78. e390e9a Handle the OOM error during image processing by WenHung_Teng · 1 year, 8 months ago
  79. 070150b Merge "Enable stress test for pipe config" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  80. 6df1f34 Merge "Cancel capture request when aborted." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  81. a9b5e72 Merge "Enable video recording pause/resume in A/V sync test app" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  82. 5e6c91a Enable stress test for pipe config by Charcoal Chen · 1 year, 8 months ago
  83. d3bfab9 Cancel capture request when aborted. by Xi Zhang · 1 year, 7 months ago
  84. 5c586aa Merge "In RequestWithCallback, no-op abort() call if the request is already complete" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  85. 3325fa5 In RequestWithCallback, no-op abort() call if the request is already complete by Xi Zhang · 1 year, 7 months ago
  86. 4dfd9471 Merge "[CameraPipe] Port proper resolution selection for MeteringRepeating" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  87. 133b57f Merge "Add Image Capture Stress test for Camera2 Extensions" into androidx-main by Jag Saund · 1 year, 7 months ago
  88. c477797 [CameraPipe] Port proper resolution selection for MeteringRepeating by Tahsin Masrur · 1 year, 8 months ago
  89. 3fbf971 Merge "Add isClosed() method to the Recording class" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  90. 77ec8da Add Image Capture Stress test for Camera2 Extensions by Jag Saund · 1 year, 8 months ago
  91. 1ba5a28 Merge changes Ibcbdc9c4,Id3ce3d36 into androidx-main by Jag Saund · 1 year, 8 months ago
  92. 6d9563b Enable video recording pause/resume in A/V sync test app by mingdatsai · 1 year, 8 months ago
  93. 7341243 Add isClosed() method to the Recording class by mingdatsai · 1 year, 11 months ago
  94. a1e3185 Merge "Fixed the issue that the onError() is not called when taking pictures without the storage permission." into androidx-main by Treehugger Robot · 1 year, 8 months ago
  95. 7afb2a5 Merge "Fix native crash when enable surface processor on legacy devices" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  96. 8282378 Code cleanup for Camera2ExtensionsTestUtil with CameraIdExtensionModePair for type safety by Jag Saund · 1 year, 8 months ago
  97. c019a0f Extend ExtensionsDisabledQuirk to all Motoroal Devices with Extensions v1.1.0 and older by Jag Saund · 1 year, 8 months ago
  98. af51d11 Fixed the issue that the onError() is not called when taking pictures without the storage permission. by Andrew Chiang · 1 year, 8 months ago
  99. 9bbfc33 Fix native crash when enable surface processor on legacy devices by leo huang · 1 year, 8 months ago
  100. 1df64c3 Replace class level unwrap() with unwrapAs() by Paul Rohde · 1 year, 8 months ago