Craig Neuwirt
3261b73967
Added setAutoFocusResetDelay api to control autofocus reset options ( #435 )
6 years ago
Mattia Iavarone
5e5af877e4
New snapshot max size APIs ( #393 )
...
* New getSurfaceSize internal method
* Rename setPreviewSize and all internals to setPreviewStreamSize
* Rename getSurfaceSize to getPreviewSurfaceSize
* New snapshotMaxWidth and snapshotMaxHeight APIs
* Add docs
* Improve rescaling logic
* Add tests
6 years ago
Mattia Iavarone
26f313c74e
Documentation in GitHub pages
6 years ago
Mattia Iavarone
e0c5b3efde
Remove oval experiment
6 years ago
Mattia Iavarone
fd69768ac0
Improvements for supporting a round preview and output
6 years ago
Mattia Iavarone
437838056c
Add gridColor option
6 years ago
Mattia Iavarone
a1e7718f0e
Add support for videoBitRate and audioBitRate
6 years ago
Mattia Iavarone
34b9958c3e
Add Preview control and setPreview
6 years ago
Mattia Iavarone
4f6271d670
Add GLCameraPreview based on GLSurfaceView, preview appears to be working with some bugs
6 years ago
Mattia Iavarone
d409bb2449
Add setVideoSize, video size selectors and available video sizes in CameraOptions
6 years ago
Mattia Iavarone
a37caf0760
Rename SessionType to Mode. takePicture fails when Mode == VIDEO
6 years ago
Mattia Iavarone
4a926b30bb
Remove cropOutput
6 years ago
Mattia Iavarone
fb7c5cfa09
Remove JpegQuality
6 years ago
Keyrillanskiy
d0bb8cd31c
Fixed TextureView crash with setBackgroundDrawable ( #297 )
...
solution from here - https://stackoverflow.com/a/47796036
6 years ago
Mattia Iavarone
e9cba8c6ec
Add VideoCodec option ( #174 )
...
* Add VideoCodec options
* Fix tests
7 years ago
Mattia Iavarone
c1973b0d71
Add setVideoMaxDuration() API ( #172 )
...
* Add setVideoMaxDuration() API
* Better tests
7 years ago
Michael Möbius
9bb5a7c289
#160 Add prefix for resources ( #162 )
7 years ago
chaitanyaraghav
1bd1816919
Max video file size ( #104 )
...
* Added a maximum file size for videos
* Revereted changes to the onVideoTaken callback signature
* Renamed isRecordingVideo, added xml attribute for video max size and updated the documentation
7 years ago
Mattia Iavarone
dcf5ef4120
Option to choose the picture output size ( #99 )
...
* Add SizeSelectors and tests
* Implement SizeSelectors in CameraController
* XML attrs, improve AspectRatio cache
* AspectRatio tests
* Flip sizes before passing to selectors
* Add README info
* Fix preview sizing bug
* Nits
* Fix #98
7 years ago
Mattia Iavarone
98855d0976
Ensure Grid and focus markers are shown ( #62 )
7 years ago
Mattia Iavarone
b1d183a714
Fix a hardware acceleration bug, disable SurfaceViewPreview features ( #54 )
...
* Layout changes
* SurfaceView onSurfaceCreated is too early. Fix
* Add logs
* Refactor some classes, fix hardware acceleration bug, disable cropping for SurfaceView
* Update README with known limitations
7 years ago
Mattia Iavarone
f8d38e3c8c
Add playSounds support ( #43 )
7 years ago
Andrew
aeb0083352
Added audio on/off feature for video recording ( #33 )
7 years ago
Mattia Iavarone
66077c1eaa
Improve coverage ( #22 )
...
* New tests
* Try adjust codecov
* CropHelper and CameraUtils tests
* Set target coverage to 40%
* OrientationHelperTest
* Preview tests
* Fix SurfaceView
* Introduce Task for async tests
* Gesture tests
* Improve Gesture Tests
* Add wake lock
* Fix view size
* Add build info logs
* Revert info
* Try fix bug
* Test timeout
* Try fix tests
* Fix TextureView tests if not hardware accelerated
* Fix bug
7 years ago
Mattia Iavarone
cbac776f91
HDR support ( #11 )
7 years ago
Mattia Iavarone
db23050ee3
MediaActionSound support
7 years ago
Mattia Iavarone
9d9e93e67d
Scroll gestures support, abstracting GestureLayout
7 years ago
Mattia Iavarone
b65e9e446d
Moved VideoQuality to enums
7 years ago
Mattia Iavarone
776238a5df
Moved Grid to enums
7 years ago
Mattia Iavarone
0536cdc770
New readme for new APIs
7 years ago
Mattia Iavarone
59fba7b80f
Removed FOCUS useless stuff. We default to the best focus mode.
7 years ago
Mattia Iavarone
2207ae12d4
Gesture support, map gestures to camera actions
7 years ago
Mattia Iavarone
9774bcc1ce
Refactor module name
7 years ago