Sign in
android
/
platform
/
frameworks
/
support
/
94383d99a6ed372cd569bd5ab7d9aab5e0b056ba..0a3d894e8fe0217f1312fb163a89ad51bf15794e
/
camera
/
camera-camera2
f54a412
Fix test crash by java.util.concurrent.RejectedExecutionException
by leo huang
· 6 years ago
772179d
Merge "Fix Preview black screen on Legacy camera and API > 23 devices." into androidx-master-dev
by Treehugger Robot
· 6 years ago
35c6887
Merge "Skip CameraDisconnectTest below API 23 devices." into androidx-master-dev
by Treehugger Robot
· 6 years ago
77be2b2
Merge "Check guaranteed 640x480 resolution is supported on device" into androidx-master-dev
by Treehugger Robot
· 6 years ago
6eacb02
Merge changes from topic "jpeg_orientation_capture_request" into androidx-master-dev
by Treehugger Robot
· 6 years ago
c2d00f3
Fix Preview black screen on Legacy camera and API > 23 devices.
by weginlee
· 6 years ago
32f2b53
Skip CameraDisconnectTest below API 23 devices.
by weginlee
· 6 years ago
f18c2d1
Check guaranteed 640x480 resolution is supported on device
by charcoalchen
· 6 years ago
2469dd5
Remove unnecessary big enough sizes by aspect ratio
by charcoalchen
· 6 years ago
ab6ecf0
Updated the ImageSaver to copy the orientation exif from jpeg
by Franklin Wu
· 6 years ago
f65c3ff
Added orientation option to CaptureConfig
by Franklin Wu
· 6 years ago
4736320
ImageCaptureRequest associated with each submitted capture request
by Franklin Wu
· 6 years ago
4768954
Increment Camera libraries and updated api.txt
by Eric Ng
· 6 years ago
75276f7
Merge "Use FocusMeteringAction.Builder constructor / Keep only display version of DisplayOrientedMeteringPointFactory / Add more docs" into androidx-master-dev
by Treehugger Robot
· 6 years ago
9d72003
Updated CameraX current.txt API for camera-core, camera-lifecycle, and
by Eric Ng
· 6 years ago
d9ffa96
Merge "Fix and enforce ArgumentSelectionDefectChecker errorprone warnings" into androidx-master-dev
by Aurimas Liutikas
· 6 years ago
c6afa6d
Use FocusMeteringAction.Builder constructor / Keep only display version of DisplayOrientedMeteringPointFactory / Add more docs
by Scott Nien
· 6 years ago
59f4cd7
Prevent unnecessary warning message by FutureGarbageCollectedException
by leo huang
· 6 years ago
ff38601
Merge "Move ImageReaderProxysTest from camera2 to core" into androidx-master-dev
by Treehugger Robot
· 6 years ago
fcae7bd
Merge "Fix ProcessingSurfaceTestFailure on pixel C and adds timeout check to several tests." into androidx-master-dev
by Treehugger Robot
· 6 years ago
3db9821
Move ImageReaderProxysTest from camera2 to core
by WenHung_Teng
· 6 years ago
1ada2c7
Make ConfigProvider to take CameraInfo for set of camera related configs.
by TY Chang
· 6 years ago
25eefe7
Fix ProcessingSurfaceTestFailure on pixel C and adds timeout check to several tests.
by Scott Nien
· 6 years ago
788bab6
Fix and enforce ArgumentSelectionDefectChecker errorprone warnings
by Sergey
· 6 years ago
841ec39
Merge "Remove unused shared ImageReaderProxys code" into androidx-master-dev
by Treehugger Robot
· 6 years ago
36d075e
Merge "Make CameraInfo.ImplementationMode a StringDef instead of an Intdef." into androidx-master-dev
by Treehugger Robot
· 6 years ago
55f83d1
Remove unused shared ImageReaderProxys code
by Trevor McGuire
· 6 years ago
69c8c81
Merge "Fix and enforce FutureReturnValueIgnored errorprone warnings" into androidx-master-dev
by Treehugger Robot
· 6 years ago
3f890dd
Fix and enforce FutureReturnValueIgnored errorprone warnings
by Sergey
· 6 years ago
2034b63
Make CameraInfo.ImplementationMode a StringDef instead of an Intdef.
by husaynhakeem
· 6 years ago
44abbcdc
Fix ImageCapture MaxQuality test timeout
by WenHung_Teng
· 6 years ago
2206cb9
Merge "fix CaptureSessionTest failure in cuttlefish api 30" into androidx-master-dev
by Treehugger Robot
· 6 years ago
db064d3
fix CaptureSessionTest failure in cuttlefish api 30
by Scott Nien
· 6 years ago
d0094a7
Merge "Fix ConcurrentModificationException crash on CameraControlSessionCallback" into androidx-master-dev
by Treehugger Robot
· 6 years ago
ebe7193
Merge "Fix LG-K10 ImageCaptureTest error" into androidx-master-dev
by Treehugger Robot
· 6 years ago
704081a
Fix LG-K10 ImageCaptureTest error
by leo huang
· 6 years ago
b3c0595
Fix ConcurrentModificationException crash on CameraControlSessionCallback
by leo huang
· 6 years ago
3a62d9e
Merge "Fix mod16 issue in CompareSizesByDistanceToTargetRatio" into androidx-master-dev
by Treehugger Robot
· 6 years ago
f36ad64
Merge "fix emulator api 26 Camera2CameraControlTest postsubmit failure" into androidx-master-dev
by Treehugger Robot
· 6 years ago
a1a8bb1
fix emulator api 26 Camera2CameraControlTest postsubmit failure
by Scott Nien
· 6 years ago
c1469d1
Merge "fix CaptureSessionTest failure on Samsung J3 / J2/ J7" into androidx-master-dev
by Treehugger Robot
· 6 years ago
0c7814b
fix CaptureSessionTest failure on Samsung J3 / J2/ J7
by Scott Nien
· 6 years ago
125bf8e
Fix ExtensionTest.testCanBindToLifeCycleAndTakePicture fail
by leo huang
· 6 years ago
3024216
Fix mod16 issue in CompareSizesByDistanceToTargetRatio
by charcoalchen
· 6 years ago
29e29ee
Fix TogguleButtonUI test timeout.
by WenHung_Teng
· 6 years ago
4a420ab
Move ImageReaderProxy to impl (LIBRARY_GROUP)
by weginlee
· 6 years ago
f160a57
Core - move classes to impl and remove restrict scope annotation.
by leo huang
· 6 years ago
294c66e
Merge "Fix the ConfigAndClose crash" into androidx-master-dev
by Treehugger Robot
· 6 years ago
d3fcfe5
Add method in CameraInfo to get device hardware level.
by husaynhakeem
· 6 years ago
d67a03d
Handle Config related classess RestrictTo annotations
by charcoalchen
· 6 years ago
d507387
Move CaptureBundle to core.impl package.
by TY Chang
· 6 years ago
b75fa07
Merge "Full Implementation of ListenableFuture in startFocusAndMetering and cancelFocusAndMetering" into androidx-master-dev
by Treehugger Robot
· 6 years ago
b8a0bb6
Fix the ConfigAndClose crash
by WenHung_Teng
· 6 years ago
ad41766
Full Implementation of ListenableFuture in startFocusAndMetering and cancelFocusAndMetering
by Scott Nien
· 6 years ago
0a1850b
Merge "Move UseCaseGroup to impl package (LIBRARY_GROUP)" into androidx-master-dev
by Treehugger Robot
· 6 years ago
d71a2a7
Merge "Move Config/ConfigProvider to impl folder" into androidx-master-dev
by Treehugger Robot
· 6 years ago
4f5596d
Move UseCaseGroup to impl package (LIBRARY_GROUP)
by weginlee
· 6 years ago
9a45ed3
Move ImmediateSurface to impl package (LIBRARY_GROUP)
by weginlee
· 6 years ago
b640ad8
Move Config/ConfigProvider to impl folder
by charcoalchen
· 6 years ago
18328c2
CameraX LIBRARY_GROUP handling - MutableConfig, MutableOptionsBundle and OptionsBundle
by AL Ho
· 6 years ago
aaecbaa
Merge "Camera2 - change compat and compat/params to LIBRARY restrict scope" into androidx-master-dev
by Treehugger Robot
· 6 years ago
266f97f
Move CameraFactory and CameraRepository to internal package.
by TY Chang
· 6 years ago
8af6b67
Move restriceted classes to internal package (Utils and Extensions related).
by TY Chang
· 6 years ago
0dcd236
Merge "Move UseCaseConfigFactory related files to impl package (LIBRARY_GROUP)" into androidx-master-dev
by Treehugger Robot
· 6 years ago
8505dae
Camera2 - change compat and compat/params to LIBRARY restrict scope
by leo huang
· 6 years ago
d22ec8b
Move CaptureConfig to impl folder
by charcoalchen
· 6 years ago
021b079
move DeferableSurface/DeferrableSurfaces to impl
by Scott Nien
· 6 years ago
68ce62f
Move UseCaseConfigFactory related files to impl package (LIBRARY_GROUP)
by weginlee
· 6 years ago
f60baba
Adjust CameraCaptureSessionStateCallbacksTest test size
by Aurimas Liutikas
· 6 years ago