Mattia Iavarone
06a99be2a6
Camera2 support for most parameters
5 years ago
Mattia Iavarone
c353ae808e
Camera2 support for videos
5 years ago
Mattia Iavarone
1dabf4db01
Camera2 support for picture and video snapshots
5 years ago
Mattia Iavarone
e2d5aa1941
Camera2 working with all previews
5 years ago
Mattia Iavarone
4166031ce2
Basic Camera2 open-close integration
5 years ago
Mattia Iavarone
3c345826cc
Create base Camera2 class
5 years ago
Mattia Iavarone
e2e3054a77
Create Engine class
5 years ago
Mattia Iavarone
e7727fb65c
MarkerLayout tests
5 years ago
Mattia Iavarone
ecd2cdba13
AutoFocusMarker ( #484 )
...
* Create AutoFocusMarker and DefaultAutoFocusMarker
* Ensure onFocusEnd is called
* Add cameraAutoFocusMarker XML tag
* Update docs
* Fix changelog and migration guide
* Fix tests
5 years ago
Mattia Iavarone
cd5f0a12bf
Repackage / Expose ( #482 )
...
* Refactor code into subpackages
* Rename CameraController to CameraEngine
* Move Engine and Previews
* Repackage everything else
* Refactor and document some packages
* Refactor cameraview package
* Refactor Size package
* Refactor unit tests
* Refactor preview package
* Refactor picture package
* Refactor video package
* Refactor encoding package
* Refactor androidTests
* Fix tests
* Fix GestureLayout tests
* Document changes
5 years ago
Mattia Iavarone
0c7726d5c5
Get CamcorderProfile from incoming video size ( #477 )
6 years ago
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