1. da4f544 Merge "Migrate camera to mockito 4" into androidx-main by Treehugger Robot · 2 years ago
  2. 2f60374 Migrate camera to mockito 4 by Trevor McGuire · 2 years ago
  3. c627b8d Merge "Do not wrap the throwable if it's already a CameraCaptureException" into androidx-main by Treehugger Robot · 2 years ago
  4. d9dde02 Merge "Update the JPEG quality selection logic to match the current behavior" into androidx-main by Treehugger Robot · 2 years ago
  5. b598b07 Fix low framerate when using VideoCapture and Preview usecases with 16:9 aspect ratio by leo huang · 2 years ago
  6. 49dad27 Update the JPEG quality selection logic to match the current behavior by Xi Zhang · 2 years ago
  7. 4adf944 Do not wrap the throwable if it's already a CameraCaptureException by Xi Zhang · 2 years ago
  8. 6797358 SupportedSurfaceCombination implementation in camera-pipe-integration by David Jia · 2 years, 1 month ago
  9. fb2bf1c Merge "Add the Yuv2Jpeg workaround" into androidx-main by Treehugger Robot · 2 years ago
  10. dfc1c5f Add the Yuv2Jpeg workaround by Xi Zhang · 2 years ago
  11. 228a07d Add getTimebase() API in CameraInfoInternal by leo huang · 2 years ago
  12. 0e84051 Adjust the VideoCapture crop rect to a size valid for the encoder by leo huang · 2 years, 1 month ago
  13. a686972 Merge "Fix camera open failure when Preview's SurfaceProvider is not set" into androidx-main by Treehugger Robot · 2 years ago
  14. 539693c Merge "Fix maxImages issue in MetadataImageReader" into androidx-main by Treehugger Robot · 2 years ago
  15. 74d87c5 Optimizations based on the crop rect by Xi Zhang · 2 years ago
  16. 2cdd5d7 Merge "Enable ZSL in the new ImageCapture pipeline" into androidx-main by Treehugger Robot · 2 years ago
  17. d4e98f1 Merge "Expose shared code." into androidx-main by Treehugger Robot · 2 years ago
  18. 8cfa232 Enable ZSL in the new ImageCapture pipeline by Xi Zhang · 2 years ago
  19. 3519181 Expose shared code. by Xi Zhang · 2 years ago
  20. 9a0b4f0 Fix maxImages issue in MetadataImageReader by Charcoal Chen · 2 years ago
  21. 7bf3229 Change OpenGL renderer from cpp to java by leo huang · 2 years ago
  22. adcf33e Merge "Refactor SupportedSurfaceCombination" into androidx-main by David Jia · 2 years ago
  23. 1b5e350 Handle HAL image rotation by Xi Zhang · 2 years, 1 month ago
  24. bfa6698 Refactor SupportedSurfaceCombination by David Jia · 2 years, 1 month ago
  25. 1d93c77 Merge "Make Packet#getExif() nullable. (again)" into androidx-main by Treehugger Robot · 2 years ago
  26. ca34b69 Make Packet#getExif() nullable. (again) by Xi Zhang · 2 years ago
  27. 21e7023 Merge changes Ice901056,I005ad107 into androidx-main by Treehugger Robot · 2 years ago
  28. 0ecc6a3 Merge "Implement ProcessingNode" into androidx-main by Treehugger Robot · 2 years ago
  29. c0f25cc Merge "Post processNextRequest to main thread" into androidx-main by Treehugger Robot · 2 years ago
  30. 6af1f05 Implement ProcessingNode by Xi Zhang · 2 years, 1 month ago
  31. db54397 [Extensions] Failed on onOutputSurface call with unassigned OutputSurface when opening the camera by Scott Nien · 2 years ago
  32. bb582b9 Fix camera open failure when Preview's SurfaceProvider is not set by mingdatsai · 2 years, 1 month ago
  33. 5a9f1dd [YUV2RGB] Add a helper function to convert YUV to ABGR with options to choose full swing or studio swing by Kailiang Chen · 2 years ago
  34. 6980c3c4c Merge changes from topic "yuv2rgb_full_swing" into androidx-main by Treehugger Robot · 2 years ago
  35. 020e451 [YUV2RGB] Change the libyuv API assuming YUV in JFIF (full swing) instead of studio swing. by Kailiang Chen · 2 years, 1 month ago
  36. 24258fb Post processNextRequest to main thread by WenHung_Teng · 2 years ago
  37. 8a855e8 Add testing utility methods for post-processing. by Xi Zhang · 2 years, 1 month ago
  38. 9cba5f9 Test YUV to RGB uses BT.601 Full Swing by Trevor McGuire · 2 years, 6 months ago
  39. 1d7ecbe Create Bitmap-to-jpeg and jpeg-to-disk processors by Xi Zhang · 2 years, 1 month ago
  40. 8c39dfc Do not track capture metadata in Packet<> by Xi Zhang · 2 years, 1 month ago
  41. 16ebc4a Merge "Create the JpegBytes2CroppedBitmap processor" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  42. eddd74d Create the JpegBytes2CroppedBitmap processor by Xi Zhang · 2 years, 1 month ago
  43. 22345e4 Fix the issue that ProcessingSurface's executor might cause IllegalStateException when it has been shutdown but AndroidImageReaderProxy's onImageAvailable callback is called. by Charcoal Chen · 2 years, 1 month ago
  44. 30746e74 Provide Methods to manage the ImageReaderProxy. by Andrew Chiang · 2 years, 1 month ago
  45. 7d2b3ca Merge "Implement ImagePipeline" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  46. 638133f Implement ImagePipeline by Xi Zhang · 2 years, 1 month ago
  47. 9c3d826 Merge "Create a Packet class" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  48. f1abce1 Create a Packet class by Xi Zhang · 2 years, 1 month ago
  49. 0482a32 Rename sensorToBufferTransform() to getSensorToBufferTransform() by Xi Zhang · 2 years, 1 month ago
  50. 9a6add0 Merge "Makes the CaptureNode.In exposes a DeferrableSurface" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  51. 296a274 Makes the CaptureNode.In exposes a DeferrableSurface by Xi Zhang · 2 years, 1 month ago
  52. 9598880 Merge "In CaptureNode, allow images arrive before the request." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  53. e2a00b5 In CaptureNode, allow images arrive before the request. by Xi Zhang · 2 years, 1 month ago
  54. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  55. 854cad9 Merge "Create a BundlingNode and a ProcessingNode." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  56. 3361f67 Add SessionConfig's CameraCaptureCallback to TakePictureRequest. by Xi Zhang · 2 years, 1 month ago
  57. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years, 1 month ago
  58. 26794f0 Create a BundlingNode and a ProcessingNode. by Xi Zhang · 2 years, 1 month ago
  59. 79343ca Merge "Create CaptureNode that calls back when camera finishes capturing." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  60. 7d14c61 Create CaptureNode that calls back when camera finishes capturing. by Xi Zhang · 2 years, 1 month ago
  61. 35a48a6 Update required rotation degrees to VideoOutput when SurfaceEffect is enabled by leo huang · 2 years, 1 month ago
  62. c4e1558 Merge "[ImageAnalysis] Mark setOutputImageRotationEnabled as RequiresApi(23)" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  63. 4e78d46 Merge "Implement TakePictureManager and its interactions ImagePipeline and ImageCaputureControl." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  64. 3ff4edf Implement TakePictureManager and its interactions ImagePipeline and ImageCaputureControl. by Xi Zhang · 2 years, 1 month ago
  65. cd926db [ImageAnalysis] Mark setOutputImageRotationEnabled as RequiresApi(23) by Kailiang Chen · 2 years, 2 months ago
  66. 3868fd1 Update versions for release id 1661360400000 by Nick Anthony · 2 years, 1 month ago
  67. d709757 Merge "Calculate GL transform in SurfaceOutputImpl" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  68. d4c89046 Merge "Implement the Edge class." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  69. ffcf569 Calculate GL transform in SurfaceOutputImpl by leo huang · 2 years, 1 month ago
  70. 931abc6 Merge "Refactor DefaultSurfaceEffectTest and OpenGlRendererTest render test" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  71. af3ba5e Implement the Edge class. by Xi Zhang · 2 years, 1 month ago
  72. f276473 Merge "Create the entry points of the new ImageCapture architecture" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  73. d14a30d Create the entry points of the new ImageCapture architecture by Xi Zhang · 2 years, 1 month ago
  74. 549b3c1 Merge "Apply frame rate to video encoder settings" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  75. 0fc260f Refactor DefaultSurfaceEffectTest and OpenGlRendererTest render test by leo huang · 2 years, 1 month ago
  76. aadcb69 Merge "Adds a Processor interface" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  77. 4341d7b Adds a Processor interface by Xi Zhang · 2 years, 1 month ago
  78. 13ca6ea Fix DefaultSurfaceEffectTest & OpenGLRendererTest failures on Nexus API 21/22 devices by leo huang · 2 years, 2 months ago
  79. 41a159c Apply frame rate to video encoder settings by Trevor McGuire · 2 years, 2 months ago
  80. 9ee8073 Merge "Allow SettableSurface.close to be called on worker thread." into androidx-main by Treehugger Robot · 2 years, 1 month ago
  81. 284cb58 Allow SettableSurface.close to be called on worker thread. by Xi Zhang · 2 years, 1 month ago
  82. 5c70967 Incrementing release version for CameraX beta01 by Julie · 2 years, 2 months ago
  83. cc8043a Handle mApplyGlTransform flag in SurfaceEffectNode by leo huang · 2 years, 1 month ago
  84. ad78bd7 Set input surface attributes to SurfaceOutputImpl by leo huang · 2 years, 2 months ago
  85. e510f03 Merge "Revert "Upgrade to AGP 7.4.0-alpha09"" into androidx-main by Aurimas Liutikas · 2 years, 1 month ago
  86. e9a2396 Revert "Upgrade to AGP 7.4.0-alpha09" by Aurimas Liutikas · 2 years, 1 month ago
  87. caf16fe Merge "Upgrade to AGP 7.4.0-alpha09" into androidx-main by Aurimas Liutikas · 2 years, 1 month ago
  88. 268527d Fix OpenGlRenderTest#initByIncorrectFragCoordsName_throwException fail by leo huang · 2 years, 2 months ago
  89. b4fc537 Upgrade to AGP 7.4.0-alpha09 by Aurimas Liutikas · 2 years, 2 months ago
  90. 827e875 Save SensorToBufferTransformMatrix in UseCase class by leo huang · 2 years, 2 months ago
  91. a1bd39d Merge androidTest CameraUseCaseAdapterTest to robolectric version by leo huang · 2 years, 2 months ago
  92. a53e09a Fix some invalid syntax for @throws by Owen Gray · 2 years, 2 months ago
  93. 555410a Move TransformUtils from view to core by leo huang · 2 years, 2 months ago
  94. d0a8d5c Update effects Javadoc for API review by Xi Zhang · 2 years, 2 months ago
  95. bf621d4 Replace the OnCloseRequestedListener with Consumer<Event> by Xi Zhang · 2 years, 2 months ago
  96. 5a8513f Merge "Expected frame rate in SurfaceRequest" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  97. 0767b43 Merge "Fix stale internal javadoc for SurfaceRequest" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  98. 88aa6ff Fix stale internal javadoc for SurfaceRequest by Trevor McGuire · 2 years, 2 months ago
  99. 95ba086 Expected frame rate in SurfaceRequest by Trevor McGuire · 2 years, 2 months ago
  100. 648b491 Merge "Roll forward "Create a FakeSurfaceEffect for testing."" into androidx-main by Treehugger Robot · 2 years, 2 months ago