Mattia Iavarone
8b66d5b575
Quick fixes & bump version ( #471 )
...
* Fix #460
* Fix #419
* Fix #443
* Bump version
* Fix #425
* Fix test
6 years ago
Mattia Iavarone
b9620b70e6
Fix processor OOM bug ( #431 )
...
* Fix processor bug
* Add test
* Try to fix CI
* Fix Frame tests
* Fix hidden tests
6 years ago
Craig Neuwirt
3261b73967
Added setAutoFocusResetDelay api to control autofocus reset options ( #435 )
6 years ago
Mattia Iavarone
fc4a75a24b
Make CameraPreview faster ( #403 )
6 years ago
Mattia Iavarone
36d073b197
Bump version to 2.0.0-beta04 ( #402 )
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
d462b83048
v2.0.0-beta03 ( #392 )
...
* Fix #377 and update dependencies
* Fix #384
* Fix unbindFromSurface bug
* Bump version to v2.0.0-beta03
* Update build.gradle
6 years ago
Mattia Iavarone
7411614433
Improve snapshot recording ( #374 )
...
* Timestamp changes
* Revisit Audio encoding, create object pools
* Use a Pool for float[] arrays
* Remove unused audioBitRate from audio encoder
* Fix demo app video duration
* Correctly release pools
* Restore output bitrate
* Release textureFrame pool
6 years ago
Mattia Iavarone
1f3a142a3d
Bump version ( #361 )
...
* Bump version
* Rename v1 changelog
6 years ago
Mattia Iavarone
894ac46bc5
Flip snapshots, add PictureResult.getFacing and VideoResult.getFacing ( #360 )
...
* Flip snapshots, add PictureResult.getFacing and VideoResult.getFacing
* Adapt codecov for v2
6 years ago
Mattia Iavarone
a8a4e09900
V2 bug fixes ( #356 )
...
* Fix permissions error
* Fix #355
* Fix #357
* Improve CameraOptions tests
6 years ago
Mattia Iavarone
8e8818af78
Fix Javadocs
6 years ago
Mattia Iavarone
07f421e7e0
Fix CameraOptions tests
6 years ago
Mattia Iavarone
4f6ef724bb
Remove wrong tests
6 years ago
Mattia Iavarone
a2731f50b1
Fix tests and rebase process
6 years ago
Mattia Iavarone
8f00cb5dac
Add toFile utility in CameraUtils and in PictureResult
6 years ago
Mattia Iavarone
2dba0fa308
Remove scale from EglViewport, was used in oval shader
6 years ago
Mattia Iavarone
e9df75b7ae
Video files now must not be null
6 years ago
Mattia Iavarone
d7a593e070
CameraListeners now must be non null
6 years ago
Mattia Iavarone
115df70b5c
Fix coverage reports
6 years ago
Mattia Iavarone
714d228168
Fix tests
6 years ago
Mattia Iavarone
cc72056684
Add donation page
6 years ago
Mattia Iavarone
10790dfe2e
Improve take video docs
6 years ago
Mattia Iavarone
ae2eada2a2
Migrate to AndroidX
6 years ago
Mattia Iavarone
bc85178acf
Add setPreviewSize method
6 years ago
Mattia Iavarone
26f313c74e
Documentation in GitHub pages
6 years ago
Mattia Iavarone
3eb0c2fb2e
Fix video snapshots rotation
6 years ago
Mattia Iavarone
e0c5b3efde
Remove oval experiment
6 years ago
Mattia Iavarone
d1ed8033e6
Add nullable and nonnull annotations everywhere
6 years ago
Mattia Iavarone
f10ca69517
Migration document layout
6 years ago
Mattia Iavarone
5038c9e81a
Rename methods
6 years ago
Mattia Iavarone
1a22bdc2d5
Refined oval support
6 years ago
Mattia Iavarone
fd69768ac0
Improvements for supporting a round preview and output
6 years ago
Mattia Iavarone
97c839af87
Better video error handling
6 years ago
Mattia Iavarone
1b5a20b034
Fix demo app null pointer, add null annotations
6 years ago
Mattia Iavarone
bb0e08c731
Fix OutOfMemoryError in BitmapCallback
6 years ago
Mattia Iavarone
b1f584aede
Changes in the demo app
6 years ago
Mattia Iavarone
437838056c
Add gridColor option
6 years ago
Mattia Iavarone
69349b0187
Facing now defaults to FRONT if we have no BACK cameras. Throw a new CameraException if no camera found
6 years ago
Mattia Iavarone
a1e7718f0e
Add support for videoBitRate and audioBitRate
6 years ago
Mattia Iavarone
4f95c3e7d5
Add max size and duration constraints to videos
6 years ago
Mattia Iavarone
20691effb3
Small changes to audio recording. Still bug
6 years ago
Mattia Iavarone
a87b73a35d
Audio recording
6 years ago
Mattia Iavarone
1e2fbceb64
Comments
6 years ago
Mattia Iavarone
98c4c684e2
Add comments
6 years ago
Mattia Iavarone
d08c56c821
Delete old media encoder
6 years ago
Mattia Iavarone
1f0341256a
Add thread annotations
6 years ago
Mattia Iavarone
c63fe6e89d
Fix muxer issue
6 years ago
Mattia Iavarone
cfc46afaf2
Create new MediaEncoder interfaces to support audio
6 years ago
Mattia Iavarone
439e49d513
Fast snapshot with new GL preview. Take snapshots while taking video
6 years ago