[go: nahoru, domu]

  1. fa1183b Merge "Clean up the UseCaseCameraRequestControl interface" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  2. 35ed780 Clean up the UseCaseCameraRequestControl interface by WenHung_Teng · 1 year, 5 months ago
  3. 2e4aed4 Clean up already completed TODO comments in FocusMeteringControl by Tahsin Masrur · 1 year, 5 months ago
  4. 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, 5 months ago
  5. 15466e1 Remove CamcorderProfileProxy related codes by mingdatsai · 1 year, 5 months ago
  6. c58a5fa Replace usage of CamcorderProfile to EncoderProfiles by mingdatsai · 1 year, 5 months ago
  7. b617858 Add InvalidVideoProfilesQuirk to Camera Pipe by mingdatsai · 1 year, 5 months ago
  8. 6dcc6ac Fix issue that VideoProfiles contains null on TP1A and TD1A builds by mingdatsai · 1 year, 5 months ago
  9. 05e4dc7 Merge changes from topic "UseCaseCameraControl" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  10. 24d88ca Merge "Multi-resume (active error recovery) support in CameraPipe" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  11. 824d4f2 Complete setEV task even when UseCaseCamera is recreated by WenHung_Teng · 1 year, 5 months ago
  12. 67366e0 Complete Camera2interop task even when UseCaseCamera is recreated by WenHung_Teng · 1 year, 5 months ago
  13. 2de5891 Fix the cancellation of FocusMetering is cancelled by WenHung_Teng · 1 year, 5 months ago
  14. 77f6d86 Complete flash and torch tasks when UseCaseCamera is recreated by WenHung_Teng · 1 year, 5 months ago
  15. e81c094 Multi-resume (active error recovery) support in CameraPipe by Jasmine Chen · 1 year, 6 months ago
  16. 756a0ee Merge "[CameraPipe] Use crop sensor region from ZoomCompat during focus metering calculation" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  17. f38d3a3 [CameraPipe] Use crop sensor region from ZoomCompat during focus metering calculation by Tahsin Masrur · 1 year, 5 months ago
  18. 74fd290 [CameraPipe] Handle out-of-range zoom value by Tahsin Masrur · 1 year, 5 months ago
  19. 2b45364 Merge "[CameraPipe] Fix ZoomControl linearZoom conversions and re-organize zoom conversion related code" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  20. 77d509c [Concurrent Camera] Add CameraCoordinator to coordinate device open and capture session config for each camera in concurrent mode by Kailiang Chen · 1 year, 5 months ago
  21. d4e7437 [CameraPipe] Fix ZoomControl linearZoom conversions and re-organize zoom conversion related code by Tahsin Masrur · 1 year, 5 months ago
  22. 9e934379 Not wait for setEV task to complete by WenHung_Teng · 1 year, 5 months ago
  23. 74a998e Merge "Implement compat version of EncoderProfiles" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  24. 6859337 Merge "Revert "Set ThreadConfig from CameraX to CameraPipe"" into androidx-main by Jasmine Chen · 1 year, 5 months ago
  25. 7105cc1 Revert "Set ThreadConfig from CameraX to CameraPipe" by Wenhung Teng · 1 year, 5 months ago
  26. 6068e647 Implement compat version of EncoderProfiles by mingdatsai · 1 year, 6 months ago
  27. bc52609 Re-enable FocusMeteringControlTest tests failing for MainDispatcherRule by Tahsin Masrur · 1 year, 5 months ago
  28. c06b2da Set ThreadConfig from CameraX to CameraPipe by WenHung_Teng · 1 year, 5 months ago
  29. 4dbb864 Close ImageProxy in ImageAnalysis tests by WenHung_Teng · 1 year, 5 months ago
  30. 198c461 Merge "[CameraPipe] Remove redundant LiveData usage for observing runningUseCases In UseCaseCameraControl" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  31. 0b9c290 [CameraPipe] Remove redundant LiveData usage for observing runningUseCases In UseCaseCameraControl by Tahsin Masrur · 1 year, 6 months ago
  32. 947d5fd Merge "Gate out non-Camera2Interop StreamUseCase setting due to camera device crashing on unsupported combinations" into androidx-main by David Jia · 1 year, 5 months ago
  33. d0e20a4 Merge changes from topic "State3AControl" into androidx-main by Treehugger Robot · 1 year, 5 months ago
  34. ab9be6f Update AF mode according to the Template type by WenHung_Teng · 1 year, 6 months ago
  35. 87b3c49 Gate out non-Camera2Interop StreamUseCase setting due to camera device crashing on unsupported combinations by David Jia · 1 year, 5 months ago
  36. 50747bc Add bug component to camera integration project by Aurimas Liutikas · 1 year, 5 months ago
  37. 6478eed CameraPipe suggested resolution -> stream spec by Trevor McGuire · 1 year, 6 months ago
  38. d9cf9502 Merge "Refactor CameraDevices to use CameraBackends" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  39. 51d7c40 Refactor CameraDevices to use CameraBackends by Paul Rohde · 1 year, 6 months ago
  40. ab11429 CameraInteropDeviceStateCallbackRepository in Camera-pipe-integration by David Jia · 1 year, 7 months ago
  41. 2e6ef52 Add @Ignore to failing camera tests by Ivy Chen · 1 year, 6 months ago
  42. ecad8bb Move AE related settings to State3AControl by WenHung_Teng · 1 year, 6 months ago
  43. 04f7802 Merge "[CameraPipe] Fix previewRatioNotUsed_whenPreviewUseCaseIsRemoved test passing wrongly" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  44. 9e1e2d4 Merge "[CameraPipe] Report OperationCanceledException when setZoomRatio called without camera being ready" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  45. e815506 Merge "[Camera-pipe] Call onCameraControlReady after configure camera" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  46. 4fc4329 Merge "Handle exceptions in VerifyResultListener" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  47. db311b0 [Camera-pipe] Call onCameraControlReady after configure camera by WenHung_Teng · 1 year, 6 months ago
  48. f7f222f [CameraPipe] Report OperationCanceledException when setZoomRatio called without camera being ready by Tahsin Masrur · 1 year, 6 months ago
  49. b11446e [CameraPipe] Fix previewRatioNotUsed_whenPreviewUseCaseIsRemoved test passing wrongly by Tahsin Masrur · 1 year, 6 months ago
  50. 7464825 Merge "[CameraPipe] Refactor CameraControlStateAdapter and move zoom based logic to ZoomControl" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  51. eeafda17 Handle exceptions in VerifyResultListener by WenHung_Teng · 1 year, 6 months ago
  52. b8533fd [CameraPipe] Refactor CameraControlStateAdapter and move zoom based logic to ZoomControl by Tahsin Masrur · 1 year, 6 months ago
  53. 53fe3a7 Ignore flaky test removeUseCase_requestOptionsShouldSetToCamera by Julia McClellan · 1 year, 6 months ago
  54. a9b15b4 Merge "Replace `Closeable` with `AutoCloseable` in most APIs" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  55. 0b3cdc7 Replace `Closeable` with `AutoCloseable` in most APIs by Paul Rohde · 1 year, 6 months ago
  56. 9b918ba [CameraPipe] Fix setValue being used for runningUseCasesLiveData from non-main thread by Tahsin Masrur · 1 year, 6 months ago
  57. f4dd15b Remove LabTestOnly from camera2.pipe device tests by WenHung_Teng · 1 year, 6 months ago
  58. c725262 Implement cancelFocusAndMeteringAsync by WenHung_Teng · 1 year, 7 months ago
  59. 47f88bd [CameraPipe] Update TODO list and small textual details in FocusMeteringControlTest by Tahsin Masrur · 1 year, 6 months ago
  60. 1cba44b Merge "[CameraPipe] Use preview aspect ratio in FocusMeteringControl" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  61. 1e27099 [CameraPipe] Use preview aspect ratio in FocusMeteringControl by Tahsin Masrur · 1 year, 6 months ago
  62. 862fcff Stream Use Case in Camera Pipe Integration by David Jia · 1 year, 7 months ago
  63. b05906e1 [CameraPipe] Port FocusMeteringControlTest from camera-camera2 by Tahsin Masrur · 1 year, 6 months ago
  64. 0a37885 Merge "Check supported region count to generate the metering request" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  65. d2151a3 Fix the NPE issue happens when issuing a new request after a capture failure by Charcoal Chen · 1 year, 6 months ago
  66. bdb26bf Merge "nit for CameraSelectionOptimizer." into androidx-main by Treehugger Robot · 1 year, 7 months ago
  67. 25002cb nit for CameraSelectionOptimizer. by Dipen Patel · 1 year, 7 months ago
  68. 3835bd9 Merge "Extender and unpacker for Camera2Interop.setStreamUseCase()" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  69. d873f9b Check supported region count to generate the metering request by WenHung_Teng · 1 year, 7 months ago
  70. c81f4d9 Merge "Rename UseCase callback function names and javadoc improvement" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  71. 79825850 Merge changes Ie0ac4c55,Ie60fc657 into androidx-main by Jasmine Chen · 1 year, 7 months ago
  72. 46ca968 Rename UseCase callback function names and javadoc improvement by Charcoal Chen · 1 year, 7 months ago
  73. abd7497 Extender and unpacker for Camera2Interop.setStreamUseCase() by David Jia · 1 year, 8 months ago
  74. 94e158e Add CameraState error transitions for initial camera open errors by Jasmine Chen · 1 year, 7 months ago
  75. e00800d Merge changes Id7cbb054,I5aaef287 into androidx-main by Treehugger Robot · 1 year, 7 months ago
  76. c9cfc48 Revise every place that must take AspectRatio.RATIO_DEFAULT into account. by leo huang · 1 year, 7 months ago
  77. 58c096e Merge changes Ic4e3dd94,I9e8707e2,Ibd85a47b into androidx-main by Jasmine Chen · 1 year, 7 months ago
  78. 9c0d760 Move startFocusAndMeteringAsync to RequestControl by WenHung_Teng · 1 year, 7 months ago
  79. 99715fb Make FocusMeteringControl be part of UseCaseCameraControl by WenHung_Teng · 1 year, 7 months ago
  80. e338ebe Add lnishan to CameraPipe owners by Jasmine Chen · 1 year, 7 months ago
  81. e76d81c Preliminary support for camera error handling by Jasmine Chen · 1 year, 7 months ago
  82. e659a40 Merge changes from topic "dipen_cameraFactory" into androidx-main by Dipen Patel · 1 year, 7 months ago
  83. 93a250e Filter out cameras without REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE by Dipen Patel · 1 year, 7 months ago
  84. 18fbb3a Configuration for CameraX Initialization Optimization by Dipen Patel · 1 year, 7 months ago
  85. 9e2ee97 Provide lens facing information in CameraInfo. by TY Chang · 1 year, 10 months ago
  86. a2c4ce7 Merge "[CameraPipe] Port CameraInfo#isFocusMeteringSupported()" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  87. a8de989 [CameraPipe] Port CameraInfo#isFocusMeteringSupported() by Tahsin Masrur · 1 year, 7 months ago
  88. 79854f5 [CameraPipe] Fix UseCase#onStateAttached() not being invoked when MeteringRepeating is added by Tahsin Masrur · 1 year, 7 months ago
  89. d0e8241 Merge "[CameraPipe] Fix flash-related AE mode not set correctly for flash mode set before binding usecase" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  90. c4505ab Merge "[CameraPipe] Fix flash being triggered during tap-to-focus" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  91. 2f2ca5a [CameraPipe] Fix flash being triggered during tap-to-focus by Tahsin Masrur · 1 year, 7 months ago
  92. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 7 months ago
  93. a442381 [CameraPipe] Fix flash-related AE mode not set correctly for flash mode set before binding usecase by Tahsin Masrur · 1 year, 7 months ago
  94. a39c2a5 Merge "Port Extract ExifData from ImageInfo" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  95. 8fd4f19 Port Extract ExifData from ImageInfo by WenHung_Teng · 1 year, 7 months ago
  96. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  97. c789559 Merge "[CameraPipe] Fix tests to check CONTROL_AE_MODE value for tap-to-focus AF trigger start" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  98. abde791 [CameraPipe] Fix tests to check CONTROL_AE_MODE value for tap-to-focus AF trigger start by Tahsin Masrur · 1 year, 7 months ago
  99. 20312d0 Use correct verify method #containsExactlyElementsIn in custom ordered resolutions test by leo huang · 1 year, 7 months ago
  100. 6616c5f [Video] Create and apply ImageOutputConfig.OPTION_CUSTOM_ORDERED_RESOLUTIONS in VideoCapture by leo huang · 1 year, 7 months ago