[go: nahoru, domu]

  1. 622746f Controller: rebind use cases if scale type changes by Xi Zhang · 3 years, 7 months ago
  2. 2d37b9b1 Mark CameraController#UseCases @RestrictTo(LIBRARY). by TY Chang · 3 years, 7 months ago
  3. 792523d Bugfix: zoom state is null if not observed. by Xi Zhang · 3 years, 8 months ago
  4. ff218ac Generate api.txt for PreviewView by Xi Zhang · 3 years, 11 months ago
  5. 2beb677 CameraController API: add a hasCamera() method by Xi Zhang · 3 years, 8 months ago
  6. 1cc0a7e Merge "Remove obsolete preview transformation code" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  7. a6e72fe5 Remove obsolete preview transformation code by Xi Zhang · 3 years, 8 months ago
  8. a62b4a8 Further address API feedback by Xi Zhang · 3 years, 8 months ago
  9. df0cc31 Add missing MainThread check by Xi Zhang · 3 years, 8 months ago
  10. 43e9d9f CameraController: mark bitwise fields final by Xi Zhang · 3 years, 8 months ago
  11. 925b794 Merge "CameraController: allow use cases to be enabled/disabled together." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  12. 96a0849 CameraController: allow use cases to be enabled/disabled together. by Xi Zhang · 3 years, 8 months ago
  13. 0c12b0b Do not wrap SurfaceProvider by Xi Zhang · 3 years, 8 months ago
  14. dc6020a CameraController: only mirroring takePicture() when the metadata is not set explicitly. by Xi Zhang · 3 years, 8 months ago
  15. e319f8b Address API review feed back. by Xi Zhang · 3 years, 8 months ago
  16. 6854828 Ensure thread safety in PreviewView by Xi Zhang · 3 years, 9 months ago
  17. afa8af2 Make CameraController public by Xi Zhang · 3 years, 9 months ago
  18. 312f77c camera-view experimental video APIs by Trevor McGuire · 3 years, 9 months ago
  19. 609c160 Handle core exceptions in CamreaController by Xi Zhang · 3 years, 9 months ago
  20. 0bbd3ec PreviewView: allow setting implementation mode in XML by Xi Zhang · 3 years, 9 months ago
  21. c244cde Merge "Address API review feedback" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  22. 7b91937 Address API review feedback by Xi Zhang · 3 years, 9 months ago
  23. c1a81b9 Fix capture and torch fail with camera controller by Andrew Chiang · 3 years, 9 months ago
  24. 0113f6e Merge "Cleanup CameraContoller and friends" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  25. 3cc05ee Cleanup CameraContoller and friends by Xi Zhang · 3 years, 9 months ago
  26. 5de5dcf Bugfix: Race condition in PreviewViewMeteringPointFactory by Xi Zhang · 3 years, 9 months ago
  27. 154b41f Feature: Add ImageAnalysis to CameraController. by Xi Zhang · 3 years, 9 months ago
  28. f16edef Update PreviewView#getBitmap() comment to match the behavior. by Xi Zhang · 3 years, 9 months ago
  29. b538afe CameraController API: new method to get a future which completes when camera init completes. by Xi Zhang · 3 years, 9 months ago
  30. 3dadead Merge "Switch PreviewMeteringPointFactory to use PreviewTransformation" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  31. 6e7a64c Switch PreviewMeteringPointFactory to use PreviewTransformation by Xi Zhang · 3 years, 10 months ago
  32. 1a99f00 Merge "Cleanup: Do not consume touch events if controller is not set." into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  33. d8117ce Merge "Cleanup: in CameraController, create use cases in constructor." into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  34. 1a11e17 Cleanup: Do not consume touch events if controller is not set. by Xi Zhang · 3 years, 9 months ago
  35. b8ec423 Cleanup: in CameraController, create use cases in constructor. by Xi Zhang · 3 years, 9 months ago
  36. f9b3c3a Bugfix: mirror Viewport and PreviewView transformation if front camera is used. by Xi Zhang · 3 years, 10 months ago
  37. 343ae979 Fix tap-to-focus in CameraController by Xi Zhang · 3 years, 10 months ago
  38. cc7699d Update controller to PreviewView's viewport and accelerometer by Xi Zhang · 3 years, 10 months ago
  39. 792b6ab Update PreviewView's javadoc by husaynhakeem · 3 years, 10 months ago
  40. 720deee Merge "Mark PreviewView#getViewPort as experimental" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  41. 7fc8246 Merge "PreivewView: allow transformation without ViewPort" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  42. 78cd31a Merge "PreviewView: Do not consume touch event" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  43. 0ef123e Mark PreviewView#getViewPort as experimental by Xi Zhang · 3 years, 10 months ago
  44. f5b1246 PreivewView: allow transformation without ViewPort by Xi Zhang · 3 years, 10 months ago
  45. 65a1e29 PreviewView: Do not consume touch event by Xi Zhang · 3 years, 10 months ago
  46. e9dc120 In PreviewView, switch to viewport-based transformation by Xi Zhang · 3 years, 10 months ago
  47. da7d728 Implement Extensions.isExtensionAvailable() by Franklin Wu · 3 years, 10 months ago
  48. 82fab27 Merge "Add PreviewTransformation class for correcting preview based on viewport result" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  49. 22d1ddc Add PreviewTransformation class for correcting preview based on viewport result by Xi Zhang · 3 years, 10 months ago
  50. 07bfa9b Clean up controller since use case is now reusable. by Xi Zhang · 3 years, 10 months ago
  51. b4f5893 Force PreviewView to use TextureView if extension effect is enabled and there is CaptureProcessor set for Preview by charcoalchen · 3 years, 11 months ago
  52. 4223868 Add pinch-to-zoom and tap-to-focus to CameraController. by Xi Zhang · 3 years, 11 months ago
  53. f32f995 API change: return preview rotation degrees and crop rect on the fly by Xi Zhang · 4 years ago
  54. e47be33 Merge "Do not create new SurfaceProvider in PreviewView" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  55. 5258df9 Add camera control / camera info to CameraController by Xi Zhang · 3 years, 11 months ago
  56. df42816 Do not create new SurfaceProvider in PreviewView by Xi Zhang · 3 years, 11 months ago
  57. 69e85e9 Add ImageCapture and VideoCapture to CameraController by Xi Zhang · 4 years ago
  58. f76072e Fix the issue that PreviewViewMeteringPointFactory fails to startFocusAndMetering by Scott Nien · 3 years, 11 months ago
  59. 3f56e3e CameraController initial CL. API is hidden from end users. by Xi Zhang · 4 years, 2 months ago
  60. 677898d Replace Log calls in camera-view with Logger. by husaynhakeem · 4 years ago
  61. 67c0418 Merge "API Change: Support URI in VideoCapture" into androidx-master-dev by Treehugger Robot · 4 years ago
  62. 1605fb1 Change DisplayOrientedMeteringPointFactory to take CameraInfo by Franklin Wu · 4 years ago
  63. d4b4853 Merge "Remove unused classes from the view module" into androidx-master-dev by Treehugger Robot · 4 years ago
  64. a971117 Remove unused classes from the view module by husaynhakeem · 4 years ago
  65. 27aff70 API Change: Support URI in VideoCapture by AL Ho · 4 years, 1 month ago
  66. 2676609 Merge "Remove some CameraX static camera query methods" into androidx-master-dev by Treehugger Robot · 4 years ago
  67. 3871098 Remove some CameraX static camera query methods by Franklin Wu · 4 years ago
  68. 7dbf48c API change: rename PreviewView's SURFACE_VIEW/TEXTURE_VIEW to PERFORMANCE/COMPATIBLE. by Xi Zhang · 4 years ago
  69. 3a1661f Invalidate SurfaceRequest if new SurfaceTexture is available by husaynhakeem · 4 years ago
  70. 2af3192 Bugfix: flip captured image if camera is front camera. by Xi Zhang · 4 years ago
  71. 96c895d Prevent PreviewView from hiding the preview when it creates a SurfaceProvider by husaynhakeem · 4 years ago
  72. 7a941be Add documentation to PreviewView about setting a view on top of it. by husaynhakeem · 4 years ago
  73. 0fe1d25 Cleanup: remove unused SurfaceRequest constructor and add NonNull annotation by Xi Zhang · 4 years ago
  74. 79ca903 Merge "Prevent focus and metering from being triggered when tap outside preview" into androidx-master-dev by Treehugger Robot · 4 years ago
  75. 02c9d10 Remove VideoCaptureConfig.Builder and move it to VideoCapture.Builder by leo huang · 4 years, 1 month ago
  76. 47c592b Prevent focus and metering from being triggered when tap outside preview by husaynhakeem · 4 years ago
  77. 4b45d07 Fix and enforce MissingCasesInEnumSwitch errorprone warnings by Sergey · 4 years, 1 month ago
  78. b7bc89d Suppress deprecations from new sdk, failing tests by Alan Viverette · 4 years, 1 month ago
  79. e564484 Merge "Don't throw in CameraView when binding to destroyed lifecycle" into androidx-master-dev am: 14efdd5884 by Treehugger Robot · 4 years, 1 month ago
  80. ab925d7 Don't throw in CameraView when binding to destroyed lifecycle by Trevor McGuire · 4 years, 1 month ago
  81. 42378aa Merge "Expose PreviewView.StreamState in CameraView" into androidx-master-dev am: 82847fdca3 by Treehugger Robot · 4 years, 1 month ago
  82. 82847fd Merge "Expose PreviewView.StreamState in CameraView" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  83. 5e4e1a7 Expose PreviewView.StreamState in CameraView by Trevor McGuire · 4 years, 1 month ago
  84. d0a82dc Merge "Fix postsubmit failure in PreviewView getBitmap and streamState tests" into androidx-master-dev am: 2b1dc6121c by Treehugger Robot · 4 years, 1 month ago
  85. 2b1dc61 Merge "Fix postsubmit failure in PreviewView getBitmap and streamState tests" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  86. 952967a Merge "Fix the crash that PreviewView#createMeteringPointFactory is called before surface is requested." into androidx-master-dev am: 48e48b1bf3 by Treehugger Robot · 4 years, 1 month ago
  87. f1d4fe9 Fix postsubmit failure in PreviewView getBitmap and streamState tests by husaynhakeem · 4 years, 1 month ago
  88. 7ecc696 Fix the crash that PreviewView#createMeteringPointFactory is called before surface is requested. by Scott Nien · 4 years, 1 month ago
  89. 429c2c4 Merge "Add PreviewView#getBitmap() API" into androidx-master-dev am: 6940478909 by Treehugger Robot · 4 years, 1 month ago
  90. aa9470f Add PreviewView#getBitmap() API by husaynhakeem · 4 years, 1 month ago
  91. f6ec001 Merge "Add logging to PreviewView and TextureViewImplementation" into androidx-master-dev am: 92a5ee2a37 by Treehugger Robot · 4 years, 1 month ago
  92. ab313d0 Add logging to PreviewView and TextureViewImplementation by Xi Zhang · 4 years, 1 month ago
  93. b091f3d Merge "Bugfix: do not notify the same IDLE state." into androidx-master-dev am: 11f9efddd0 by Treehugger Robot · 4 years, 1 month ago
  94. 921f54f Bugfix: do not notify the same IDLE state. by Xi Zhang · 4 years, 1 month ago
  95. 1a704fb Merge changes Ic0906d25,If054210b into androidx-master-dev am: 3e330ea6c6 by Treehugger Robot · 4 years, 1 month ago
  96. ac3f011 Add getPreviewStreamState to PreviewView by Scott Nien · 4 years, 2 months ago
  97. 776f499 Change getSurfaceProvider to onSurfaceRequested and add waitForNextFrame in PreviewImplementation by Scott Nien · 4 years, 2 months ago
  98. d8309da Merge "Update PreviewView implementationMode documentation." into androidx-master-dev am: 8d437cdff9 by Treehugger Robot · 4 years, 2 months ago
  99. 8d437cd Merge "Update PreviewView implementationMode documentation." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  100. b032e90 Merge "Set background to PreviewView." into androidx-master-dev am: 3a255c31b7 by Treehugger Robot · 4 years, 2 months ago