Commit Graph

143 Commits (b579a5c6f7dc1132424e6568c56b69a49ce571ac)

Author SHA1 Message Date
Mattia Iavarone df9d86ce91 Exposure correction support 8 years ago
Mattia Iavarone 3e98daa26b Fix bug with startFocus before camera started 8 years ago
Mattia Iavarone 3a84154dca Docs for CameraListener 8 years ago
Mattia Iavarone f03c5a0528 CameraOptions return sets, not lists 8 years ago
Mattia Iavarone b58d77f052 CameraOptions docs 8 years ago
Mattia Iavarone 2502909a6c Nits 8 years ago
Mattia Iavarone f14f866c96 Class name refactoring 8 years ago
Mattia Iavarone 033872d0a6 Added public CameraOptions to understand what is supported and what's not 8 years ago
Mattia Iavarone 0e3fbea03b Full pinch-to-zoom support! + pinch-to-zoom callbacks to draw 8 years ago
Mattia Iavarone 900e71dfa3 Add public callbacks for auto focus events, to let people draw 8 years ago
Mattia Iavarone 3f67e02d1e Real tap-to-focus support, was heavily bugged 8 years ago
Mattia Iavarone 3a6666fdbc Built in support for drawing grids 8 years ago
Mattia Iavarone 67812ac1dc Change videoQuality dynamically, adapt capture size to video AspectRatio, full docs 8 years ago
Mattia Iavarone 61c7b68e1e new startCapturingVideo(File, long) for max duration 8 years ago
Mattia Iavarone 84c7f63443 Suggesting keepScreenOn, support during videos 8 years ago
Mattia Iavarone 7f131c4cf9 Rename captureImage to capturePicture for consistency 8 years ago
Mattia Iavarone 5198c259cd Fix orientation for videos 8 years ago
Mattia Iavarone 55af71c646 setLocation support for videos 8 years ago
Mattia Iavarone 51147e88ef Support for pics while recording videos 8 years ago
Mattia Iavarone 4f554a5184 Fix exif orientation for facing camera 8 years ago
Mattia Iavarone 2c0bc641eb Fix snapshot cropOutput, crop only when needed 8 years ago
Mattia Iavarone fa9fba1f90 Fix cropOutput behavior for captureImage(), fix orientation bugs 8 years ago
Mattia Iavarone 13feba2469 Refactored demo app 8 years ago
Mattia Iavarone 1e5563e833 captureSnapshot() API 8 years ago
Mattia Iavarone fe33c1fa7a CameraUtils for decoding bitmaps in background, ExifInterface library 8 years ago
Mattia Iavarone 6a0795c1b3 Add multiple CameraListeners, callback always on the UI thread 8 years ago
Mattia Iavarone 82509ed1a4 Update docs 8 years ago
Mattia Iavarone e7330fcd7b Smart sizing behavior, removed adjustViewBounds 8 years ago
Mattia Iavarone 3dbd7fa945 Heavy refactoring, setParameters bug fixed 8 years ago
Mattia Iavarone 7f39b1b5b7 Better focus behavior 8 years ago
Mattia Iavarone ae59a59930 Better focus behavior, no touch listeners 8 years ago
Mattia Iavarone 5bbccb494f Add startVideo(File), refactor FocusMarkerLayout, remove static thread 8 years ago
Mattia Iavarone 4e338039c2 Add files 8 years ago
Mattia Iavarone 9c912e925b Correct orientation for captured preview frames. Bugs fixed. Refactoring useless classes 8 years ago
Mattia Iavarone c429a99972 Added sessionType to switch between picture and video. Deprecated permissionsPolicy and captureMethod. Improved video sizing. 8 years ago
Mattia Iavarone 4c021caa8f White Balance support 8 years ago
Mattia Iavarone f43af464f9 Add setLocation() for geo exif tags 8 years ago
Mattia Iavarone f644bfdfef Constants refactor, readme changes 8 years ago
Mattia Iavarone b8628d4c2d Fixed serious bugs. Option to have WRAP_CONTENT to both dimensions 8 years ago
Mattia Iavarone c5e38fca19 Added destroy() lifecycle event 8 years ago
Mattia Iavarone bd36fd73ea Refactoring. Bug fixing. New logic for sizing. Some docs. Correct orientation in EXIF headers 8 years ago
Dylan McIntyre 968e3bf012 readme updates, rename qvga attr 8 years ago
Dylan McIntyre 442ca67c04 Add TORCH to possible attributes for flash 8 years ago
Dylan McIntyre 5663807b9c use single quotes in gradle 8 years ago
Eduardo Omine 4701cdff94 Fixed distortion of videos recorded in landscape orientation 8 years ago
Yuval Peress eec74133ed Fix crash for picture callback after stop() 8 years ago
Yuval Peress 4a6ef7659b Integrate Lifecycle events with CameraView for easier use. 8 years ago
Yuval Peress 3282a95c61 Add access to camera properties POJO 8 years ago
Yuval Peress ae77fb31dd Add check for isStarted to avoid multiple start/stop calls. 8 years ago
Yuval Peress ee1eb88dfc Add getter for the facing field 8 years ago