1. bb013aa Camera2: Renames for API consistency by Eino-Ville Talvala · 10 years ago
  2. 3b7da91 ex: Avoid exception if HDR_SCENE_MODE name changes. by Ruben Brunk · 10 years ago
  3. 9fb7e16 Merge "camera2: Add HDR vendor tag for legacy mode." into lmp-dev by Ruben Brunk · 10 years ago
  4. 58774cf Merge "camera2-portability: Touch-to-focus accounting for effective crop" into lmp-dev by Igor Murashkin · 10 years ago
  5. 2569329 camera2-portability: Touch-to-focus accounting for effective crop by Sol Boucher · 10 years ago
  6. 54c8f89 camera2: Add HDR vendor tag for legacy mode. by Ruben Brunk · 10 years ago
  7. f73c6cf Add ability to reset focus and metering regions using API1. by Andy Huibers · 10 years ago
  8. 415cf3e camera2-portability: Allow disabling the shutter sound on API 2 by Sol Boucher · 10 years ago
  9. 47a01cf Merge "camera2-portability: Fix and document obscure state machine bug" into lmp-dev by Sol Boucher · 10 years ago
  10. 7d71703 camera2-portability: Fix camera2 takePicture AE regression by Sol Boucher · 10 years ago
  11. 772fcce camera2-portability: Fix and document obscure state machine bug by Sol Boucher · 10 years ago
  12. 7c8d695 Merge "camera2-portability: Fix zoom occasionally not working" into lmp-dev by Sol Boucher · 10 years ago
  13. 80cda8d camera2-portability: Fix zoom occasionally not working by Sol Boucher · 10 years ago
  14. 984a086 camera2-portability: Optimize out some camera2 AE precaptures by Sol Boucher · 10 years ago
  15. f27e71f Merge "camera2-portability: Switch to ratio-based zoom interfaces" into lmp-dev by Sol Boucher · 10 years ago
  16. 336f88e Merge "camera2-api: Tag camera2 JPEGs with any provided location" into lmp-dev by Sol Boucher · 10 years ago
  17. d6a52ce Merge "camera2-api: Work around invalid camera2 API focus modes" into lmp-dev by Sol Boucher · 10 years ago
  18. d0185cc camera2-api: Tag camera2 JPEGs with any provided location by Sol Boucher · 10 years ago
  19. f2b5a97 camera2-api: Work around invalid camera2 API focus modes by Sol Boucher · 10 years ago
  20. aa907a3 camera2-portability: Play shutter sound for camera2 captures by Sol Boucher · 10 years ago
  21. 9d86684 camera2-portability: Switch to ratio-based zoom interfaces by Sol Boucher · 10 years ago
  22. 489e29e Merge "Add exception logging to CameraDeviceInfo retrieval failure" into lmp-dev by Alan Newberger · 10 years ago
  23. eb07f0c Add exception logging to CameraDeviceInfo retrieval failure by Alan Newberger · 10 years ago
  24. 8447d22 Consolidate parameter caching in camera1 portability agent by Alan Newberger · 10 years ago
  25. d0e873a Merge "Consolidate parameter caching in camera1 portability agent" into lmp-dev by Alan Newberger · 10 years ago
  26. 182acbc Merge "camera2-portability: Provide preview transformation matrix" into lmp-dev by Sol Boucher · 10 years ago
  27. f9feab9 camera2-portability: Provide preview transformation matrix by Sol Boucher · 10 years ago
  28. b2df32d Merge "camera2-portability: Make factory offer choice of backing API" into lmp-dev by Sol Boucher · 10 years ago
  29. 50f5b01 camera2-portability: Make factory offer choice of backing API by Sol Boucher · 10 years ago
  30. 3d6e501 Merge "camera2-portability: Improve capability conversions' null-safety" into lmp-dev by Sol Boucher · 10 years ago
  31. bc9c0e2 camera2-portability: Improve capability conversions' null-safety by Sol Boucher · 10 years ago
  32. c6344fa camera2-portability: Report correct sizes for preview and capture by Sol Boucher · 10 years ago
  33. 47497be Merge "Fix missing zoom fields in copy constructor of CameraCapabilities" into lmp-dev by Alan Newberger · 10 years ago
  34. 4ecb0ad Fix missing zoom fields in copy constructor of CameraCapabilities by Alan Newberger · 10 years ago
  35. de48004 camera2-portability: Support photo capture using camera2 API by Sol Boucher · 10 years ago
  36. 15773a6 add TORCH support to camera1 portability library by Alan Newberger · 10 years ago
  37. a97b7d1 camera2-portability: Add focus locks and touch-to-focus for API 2 by Sol Boucher · 10 years ago
  38. 7e0d39b DO NOT MERGE: Fix oversight while refactoring CameraStateHolder by Sol Boucher · 10 years ago
  39. a0842b4 camera2-portability: Add support for previews using the camera2 API by Sol Boucher · 10 years ago
  40. b30d2c6 camera2-portability: Remove Camera.CameraInfo accessor by Sol Boucher · 10 years ago
  41. 01e7c02 Add various supports in settings and capabilities. by Angus Kong · 10 years ago
  42. d61058f camera2-portability: Fix the rest of the 'Andorid' typo by Sol Boucher · 10 years ago
  43. 4f425ba camera2-portability: Rename CameraManager to CameraAgent by Sol Boucher · 10 years ago
  44. e224f66 Add build file for android-ex-camera2-portability by Sol Boucher · 10 years ago
  45. f07afbb Don't pass empty list of areas. by Angus Kong · 10 years ago
  46. 8097973 Refactor out Camera.Parameters. by Angus Kong · 10 years ago
  47. cef4686 Refactor CameraManager hierarchy to support new implementations by Sol Boucher · 10 years ago
  48. da52dbd Timeout on wait lock and throw exception to prevent ANR. by Erin Dahlgren · 10 years ago
  49. 7e6c76e Handle error getting camera info. by Angus Kong · 10 years ago
  50. 742beb4 Don't use stale parameters for capabilities. by Sascha Haeberling · 10 years ago
  51. c36e3c9 First Step: CameraCapabilities intead of Parameter by Angus Kong · 10 years ago
  52. 60520c4 Cancel onResumeTask when the app is paused. by Angus Kong · 10 years ago
  53. b00b7a6 Add history info for camera open failure log. by Angus Kong · 10 years ago
  54. d3865a2 Bring back video snapshot by Doris Liu · 10 years ago
  55. bdaaaf5 Create cameradevice package for camera management. by Angus Kong · 10 years ago
  56. f7a80d9 Add logging override helper by Alan Newberger · 10 years ago
  57. b52fe84 Replace isDebugging compiletime logging override with runtime property by Alan Newberger · 10 years ago
  58. 1025407 If debug is on, log everything. by Sascha Haeberling · 11 years ago
  59. b35ea0d Use debug.Log instead of android.util.Log. by Angus Kong · 11 years ago