1. 3cf90a9 Expose VideoCapture mirroring API by leo huang · 1 year, 4 months ago
  2. f95404e Expose VideoCapture rotation API by leo huang · 1 year, 5 months ago
  3. ec678f1 Public API: allow VIDEO_CAPTURE and PREVIEW|VIDEO_CAPTURE as effect targets by Xi Zhang · 1 year, 4 months ago
  4. b21dd97 [YUV2RGB] Add API to convert ImageProxy in ImageFormat.YUV_420_888 or PixelFormat.RGBA_8888 to Bitmap by Kailiang Chen · 1 year, 6 months ago
  5. 38480ed Merge "API Review: add a ImageProcessor interface" into androidx-main by Treehugger Robot · 1 year, 6 months ago
  6. c0b01a6 SurfaceRequest new method API review by mingdatsai · 1 year, 9 months ago
  7. 9d346ef API Review: add a ImageProcessor interface by Xi Zhang · 1 year, 8 months ago
  8. 6cd86b6 Provide intrinsic zoom ratio in CameraInfo. by TY Chang · 1 year, 10 months ago
  9. 9e2ee97 Provide lens facing information in CameraInfo. by TY Chang · 1 year, 10 months ago
  10. 3459b6e [Video] Expose Recorder.Builder.setAspectRatio() API by leo huang · 1 year, 8 months ago
  11. 3c0a2ba Preview effects API review by Xi Zhang · 1 year, 11 months ago
  12. cd926db [ImageAnalysis] Mark setOutputImageRotationEnabled as RequiresApi(23) by Kailiang Chen · 1 year, 11 months ago
  13. 4e731f3 Change the Analyzer's target resolution behavior from overriding to fallback by Xi Zhang · 2 years, 1 month ago
  14. 2484bb1 Remove the experimental annotation for MLKit integration APIs by Xi Zhang · 2 years, 1 month ago
  15. 0a26ad4 Fix SupportAnnotationUsage lint errors in CameraX proejcts by Charcoal Chen · 2 years, 8 months ago
  16. 7aeb64f Address API council review feedback for YUV/RGB rotation in CameraX by kailianc · 2 years, 8 months ago
  17. b0c2b2e Support YUV/RGB rotation in ImageAnalysis for CameraX by kailianc · 2 years, 10 months ago
  18. 16c6117 Merge "Make CameraSelector.filter visible to the public." into androidx-main by Treehugger Robot · 2 years, 9 months ago
  19. babdbf3 Make CameraSelector.filter visible to the public. by Yasith Vidanaarachchi · 2 years, 9 months ago
  20. 1c79306 Add a new API ImageCapture.Builder#setJpegQuality to allow changing the output JPEG image compression quality when taking pictures by Charcoal Chen · 2 years, 10 months ago
  21. 82baa4e Update API for minSdkVersion removal by Trevor McGuire · 2 years, 9 months ago
  22. 472a020 Address API council review feedback for yuv2rgb in CameraX by kailianc · 3 years ago
  23. 413ce31 Support Yuv2Rgb in CameraX ImageAnalysis by kailianc · 3 years ago
  24. d063344 Expose getResolutionInfo API to provide the resolution information for use cases by Charcoal Chen · 3 years, 1 month ago
  25. a4ef2b3 Merge "Add isFocusMeteringSupported API to CameraInfo" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  26. 873f23f Promote experimental CameraXConfig options to offical APIs. by Scott Nien · 3 years, 2 months ago
  27. 46d080e Public CameraProvider interface to provide access of a set of cameras by Charcoal Chen · 3 years, 2 months ago
  28. 4a9d2e8 Promote UseCaseGroup API out of experimental (Step 1) by Xi Zhang · 3 years, 3 months ago
  29. eacd86f Promote ExposureCompensation API out of experimental by WenHung_Teng · 3 years, 2 months ago
  30. 45f655b Add isFocusMeteringSupported API to CameraInfo by Scott Nien · 3 years, 2 months ago
  31. 6b48b95 Promote @ExperimentalCameraFilter APIs to formal public APIs. by TY Chang · 3 years, 2 months ago
  32. a32fd6e Unhide new camera state APIs by husaynhakeem · 3 years, 3 months ago
  33. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  34. 1605fb1 Change DisplayOrientedMeteringPointFactory to take CameraInfo by Franklin Wu · 4 years ago
  35. d3a578c Update to new version of metalava by Aurimas Liutikas · 4 years ago
  36. f5a72b0 Add experimental Camera2CameraFilter. by TY Chang · 4 years, 5 months ago
  37. a3a8ad3 Fix the DND crash when CameraX initialization and open camera. by leo huang · 4 years, 3 months ago
  38. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 1 month ago
  39. bc74700 API Feedback: Replace LF on SurfaceRequest.provideSurface with callback by Trevor McGuire · 4 years, 5 months ago
  40. 6bb8f76 API Feedback: Rename SurfaceRequest#setSurface() and #setWillNotComplete() by Trevor McGuire · 4 years, 5 months ago
  41. 7713a19 Change setTargetAspectRatioCustom API name to setCropAspectRatio by charcoalchen · 4 years, 5 months ago
  42. 1c76d34 Merge "API Change: Support URI and OutputStream in ImageCapture" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  43. ec5384d API Change: Support URI and OutputStream in ImageCapture by Xi Zhang · 4 years, 5 months ago
  44. 049c918 Change SurfaceProvider to use SurfaceRequests by Trevor McGuire · 4 years, 5 months ago
  45. 7ded947 Rename PreviewSurfaceProvider to SurfaceProvider by Trevor McGuire · 4 years, 5 months ago
  46. e12d044 Merge "Adding getters for Preview setting." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  47. b0698ce Merge "Adding getters for ImageAnalysis settings." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  48. 58cefa4 Adding getters for Preview setting. by husaynhakeem · 4 years, 5 months ago
  49. f2d3c3b Adding getters for ImageAnalysis settings. by husaynhakeem · 4 years, 5 months ago
  50. 0e831e8 Adding getters for ImageCapture settings by Franklin Wu · 4 years, 5 months ago
  51. db010bc Merge "Make Preview & ImageCapture classes final" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  52. ba62e9e Merge "Removed CameraXConfig fields & Builder constructor" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  53. 175db56 Update ImageCapture callbacks + Docs. by husaynhakeem · 4 years, 6 months ago
  54. fdaac6f Make Preview & ImageCapture classes final by fungja · 4 years, 5 months ago
  55. 18cc03e Moved all zoom related CameraInfo into ZoomState as per API review by Franklin Wu · 4 years, 6 months ago
  56. 9b3b9c5 Removed CameraXConfig fields & Builder constructor by fungja · 4 years, 6 months ago
  57. a7f42e8 Update camera core api files. by Aurimas Liutikas · 4 years, 6 months ago
  58. 9d72003 Updated CameraX current.txt API for camera-core, camera-lifecycle, and by Eric Ng · 4 years, 6 months ago
  59. c653a6c9 Revert "Initial tracking of the camera core, camera2, and lifecycle APIs" by Aurimas Liutikas · 4 years, 7 months ago
  60. 43e0947 Initial tracking of the camera core, camera2, and lifecycle APIs by Eric Ng · 4 years, 7 months ago