1. 77e9771 Consolidate method names involving "Frame Rate" by David Jia · 1 year, 3 months ago
  2. 4b7cc12 Add a snapshot() method to SurfaceProcessorInternal by Xi Zhang · 1 year, 3 months ago
  3. 0e963af Merge "Fix a race condition in MockConsumer" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  4. 3e41a6d Merge "Add ultra high resolution guaranteed supported combinations support" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  5. a3aecde Fix a race condition in MockConsumer by leo huang · 1 year, 3 months ago
  6. 165ece6 Add ultra high resolution guaranteed supported combinations support by Charcoal Chen · 1 year, 3 months ago
  7. 594eff9 Revert "Revert "[CameraPipe] Add lock behaviors for all 3A modes for startFocusAndMetering"" by Tahsin Masrur · 1 year, 3 months ago
  8. 5fea307 Enable camera-testing snapshot artifact generation by Tahsin Masrur · 1 year, 3 months ago
  9. a92737a Revert "[CameraPipe] Add lock behaviors for all 3A modes for startFocusAndMetering" by Trevor McGuire · 1 year, 3 months ago
  10. edcdddf [CameraPipe] Add lock behaviors for all 3A modes for startFocusAndMetering by Tahsin Masrur · 1 year, 3 months ago
  11. 0b1dbbc Add DynamicRangeMatchedEncoderProfilesProvider by mingdatsai · 1 year, 4 months ago
  12. 3d4732f Add getSupportedDynamicRanges method by mingdatsai · 1 year, 4 months ago
  13. e8a4873 Revert "Implement the algorithm to select parent resolution" by Xi Zhang · 1 year, 3 months ago
  14. 6527d56 Merge changes I5e038d69,I873242d5,Ia0472591 into androidx-main by Treehugger Robot · 1 year, 3 months ago
  15. 2b0221f Merge "Ignore problematic emulator device testing" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  16. a66036e Merge "Implement the algorithm to select parent resolution" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  17. 87daef2 Ignore problematic emulator device testing by WenHung_Teng · 1 year, 4 months ago
  18. 51300ee Implement the algorithm to select parent resolution by Xi Zhang · 1 year, 4 months ago
  19. 896f897 Add the ResolutionSelector V2 API by Charcoal Chen · 1 year, 6 months ago
  20. ca2279a [Concurrent Camera] Generalize CameraCoordinator to handle multiple concurrent camera id pairs by Kailiang Chen · 1 year, 4 months ago
  21. b312f16 [CameraX] Bypass PreviewPixelHDRNetQuirk when preview resolution is 16:9 by Kailiang Chen · 1 year, 4 months ago
  22. e1014e8 Remove redundant usages of @hide javadoc tag in camera by Aurimas Liutikas · 1 year, 4 months ago
  23. 4796da4 StreamSharing: merge children Surface priority by Xi Zhang · 1 year, 4 months ago
  24. befeb10 Merge "Add CameraInfoInternal#getSupportedHighResolutions function for ResolutoinSelector" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  25. 75ff89f Merge "First pass of removing redundant usages of @hide javadoc tag" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  26. adcd709 Add CameraInfoInternal#getSupportedHighResolutions function for ResolutoinSelector by Charcoal Chen · 1 year, 4 months ago
  27. 1e92e91 Merge changes I674c7bdf,If5128439 into androidx-main by Treehugger Robot · 1 year, 4 months ago
  28. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  29. 0c78e31 Add MirrorMode and apply to UseCases by leo huang · 1 year, 4 months ago
  30. 07ef29d Enable StreamSharing if effects requires it by Xi Zhang · 1 year, 4 months ago
  31. 67372cc Move the resolution sort/filter related code to camera-core by Charcoal Chen · 1 year, 4 months ago
  32. b4aca6c Merge "[Concurrent Camera] Add CameraCoordinator into Camera2CameraImpl and CameraStateRegistry" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  33. acb448c [Concurrent Camera] Add CameraCoordinator into Camera2CameraImpl and CameraStateRegistry by Kailiang Chen · 1 year, 4 months ago
  34. 165998a Merge "Get supported FPS ranges from CameraInfoInternal" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  35. 7e8078b Get supported FPS ranges from CameraInfoInternal by Trevor McGuire · 1 year, 11 months ago
  36. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  37. da3dadf [Concurrent Camera] Add StreamConfigurationMap for Concurrent Mode by Kailiang Chen · 1 year, 4 months ago
  38. 7b04974 Revert "Revert "[Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory"" by Kailiang Chen · 1 year, 4 months ago
  39. c202c2d Merge "Revert "[Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory"" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  40. 3e7432c Revert "[Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory" by Aurimas Liutikas · 1 year, 4 months ago
  41. d31a71a Create AudioStream and implementations by leo huang · 1 year, 6 months ago
  42. ff6cee1 Merge "[Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  43. 88c6853 [Concurrent Camera] Wire up CameraCoordinator to ProcessCameraProvider and CameraFactory by Kailiang Chen · 1 year, 4 months ago
  44. fa87d35 Cleanup: move hasCameraTransform() from UseCase to CameraInternal by Xi Zhang · 1 year, 4 months ago
  45. 061bcd9 Merge "Enable effects for VideoCapture" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  46. d0dc77a Enable effects for VideoCapture by Xi Zhang · 1 year, 4 months ago
  47. 47c1377 Merge "[Concurrent Camera] Add CameraCoordinator to coordinate device open and capture session config for each camera in concurrent mode" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  48. 15466e1 Remove CamcorderProfileProxy related codes by mingdatsai · 1 year, 5 months ago
  49. c58a5fa Replace usage of CamcorderProfile to EncoderProfiles by mingdatsai · 1 year, 5 months ago
  50. 77d509c [Concurrent Camera] Add CameraCoordinator to coordinate device open and capture session config for each camera in concurrent mode by Kailiang Chen · 1 year, 4 months ago
  51. 486e02b Cleanup: allow setting effects on the UseCase level. by Xi Zhang · 1 year, 4 months ago
  52. af94135 Create VideoValidatedEncoderProfilesProxy by mingdatsai · 1 year, 5 months ago
  53. 6068e647 Implement compat version of EncoderProfiles by mingdatsai · 1 year, 5 months ago
  54. 48ca31e Ignore CameraFragmentControllerTest#onPreviewViewTapped_previewIsFocused on emulators by Xi Zhang · 1 year, 5 months ago
  55. ec40123 Merge "Skip recording tests on emulator & API 21" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  56. 6f5a8b7 Skip recording tests on emulator & API 21 by Xi Zhang · 1 year, 5 months ago
  57. 1d1a13a Handle children UseCase state changes. by Xi Zhang · 1 year, 5 months ago
  58. 3ef5916 Forward parent camera's metadata to children by Xi Zhang · 1 year, 5 months ago
  59. 5c3d2ff Implement StreamSharing UseCase by Xi Zhang · 1 year, 5 months ago
  60. 7e923fb Fix MockConsumer#verifyAcceptCall() sometimes fails by race condition. by leo huang · 1 year, 5 months ago
  61. 0efb756 Merge changes I46244c96,Id2683a74,Iaf428b01 into androidx-main by Treehugger Robot · 1 year, 5 months ago
  62. 3678520 Propagate StreamSharing parent's events to children. by Xi Zhang · 1 year, 5 months ago
  63. c615db3 Suggested resolution -> Suggested StreamSpec by Trevor McGuire · 1 year, 11 months ago
  64. ef4056ce Add StreamSharing logic to CameraUseCaseAdapter. by Xi Zhang · 1 year, 5 months ago
  65. 6eb6616 Update FakeCameraDeviceSurfaceManager to check surface combinations by Xi Zhang · 1 year, 5 months ago
  66. bfbcd38 Skeleton code for StreamSharing UseCase by Xi Zhang · 1 year, 5 months ago
  67. 1bd96bc In CameraController, allow setting CameraControl values before init by Xi Zhang · 1 year, 6 months ago
  68. 38480ed Merge "API Review: add a ImageProcessor interface" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  69. 0e11406 Merge "Add high resolution AndroidTest for Preview, ImageCapture and ImageAnalysis" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  70. 46ca968 Rename UseCase callback function names and javadoc improvement by Charcoal Chen · 1 year, 6 months ago
  71. f97609c Add high resolution AndroidTest for Preview, ImageCapture and ImageAnalysis by Charcoal Chen · 1 year, 6 months ago
  72. 9d346ef API Review: add a ImageProcessor interface by Xi Zhang · 1 year, 7 months ago
  73. 6cd86b6 Provide intrinsic zoom ratio in CameraInfo. by TY Chang · 1 year, 10 months ago
  74. 9e2ee97 Provide lens facing information in CameraInfo. by TY Chang · 1 year, 9 months ago
  75. b3caacd Merge "[CameraPipe] Fix UseCase#onStateAttached() not being invoked when MeteringRepeating is added" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  76. a2549af Add MockConsumer#verifyAcceptCall timeout version. by TY Chang · 1 year, 6 months ago
  77. 79854f5 [CameraPipe] Fix UseCase#onStateAttached() not being invoked when MeteringRepeating is added by Tahsin Masrur · 1 year, 6 months ago
  78. 412c1f7 Implement non-InOrder version of MockConsumer#verifyNoMoreAcceptCalls by Tahsin Masrur · 1 year, 7 months ago
  79. 7ae621f Merge "Add utilities to MockConsumer." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  80. fce3dae Add utilities to MockConsumer. by TY Chang · 1 year, 7 months ago
  81. 3048905 Merge "When the downstream edge is invalidated, configure the node to use the new Surface." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  82. d5e4084 When the downstream edge is invalidated, configure the node to use the new Surface. by Xi Zhang · 1 year, 7 months ago
  83. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  84. 6616c5f [Video] Create and apply ImageOutputConfig.OPTION_CUSTOM_ORDERED_RESOLUTIONS in VideoCapture by leo huang · 1 year, 7 months ago
  85. 6a4f10c Update KDoc of the LabTestRule by WenHung_Teng · 1 year, 7 months ago
  86. 52f4f38 Merge "Fix initializationError on Android API 17" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  87. 3f5ed45 Fix initializationError on Android API 17 by WenHung_Teng · 1 year, 7 months ago
  88. 12d39fa Enable stop_withErrorWhenDurationLimitReached by TY Chang · 1 year, 7 months ago
  89. 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
  90. 2d94802 Use new image capture pipeline for software JPEG path / remove unused classes and methods. by Scott Nien · 1 year, 7 months ago
  91. adcb6ef Add internal API to get camera supported resolutions by leo huang · 1 year, 7 months ago
  92. 446647f Allow mulitple outputs for SurfaceProcessorNode by Xi Zhang · 1 year, 7 months ago
  93. da4ddc3 [BasicExtenderRefactor] Remove CaptureProcessor / ImageInfoProcessor / CaptureStage / ProcessingSurface and remove the TextureView Restrictions by Scott Nien · 1 year, 7 months ago
  94. 4e35b81 [BasicExtenderRefactor] Support Tap-To-Focus and Flash on Extensions with SessionProcessor by Scott Nien · 1 year, 7 months ago
  95. 4ea337b [BasicExtenderRefactor] Enable basic extender session processor. by Scott Nien · 1 year, 8 months ago
  96. f7c1a75 [BasicExtenderRefactor] Implement BasicExtenderSessionProcessor by Scott Nien · 1 year, 8 months ago
  97. 8adf475 [BasicExtenderRefactor] Add StillCaptureProcessor and PreviewProcessor by Scott Nien · 1 year, 8 months ago
  98. 98b8a8e Force disable high resolution when extensions are enabled by Charcoal Chen · 1 year, 9 months ago
  99. dc58338 Add the initial version of ResolutionSelector and Builder class by Charcoal Chen · 1 year, 9 months ago
  100. 6138690 Upgrade to androidx.test:runner:1.5.1 by Brett Chabot · 1 year, 8 months ago