Mattia Iavarone
708598c0f3
Remove tests from Travis only
7 years ago
Mattia Iavarone
51e3e8992d
Fix zoom test
7 years ago
Mattia Iavarone
0c26b14a99
Add more delay to some tests
7 years ago
Mattia Iavarone
c64f3bf06e
Add DoNotRunOnTravis annotation
7 years ago
Mattia Iavarone
e38418ae6d
Remove integration tests from CI
7 years ago
Mattia Iavarone
9761f1aeba
Remove integration1 tests
7 years ago
Mattia Iavarone
97e7038d6f
Remove comments
7 years ago
Mattia Iavarone
6721f3400d
Fix tests
7 years ago
Mattia Iavarone
e96c9f0846
Camera2 support for frame processing
7 years ago
Mattia Iavarone
d9d213e67b
Create setHasFrameProcessors API
7 years ago
Mattia Iavarone
c353ae808e
Camera2 support for videos
7 years ago
Mattia Iavarone
1dabf4db01
Camera2 support for picture and video snapshots
7 years ago
Mattia Iavarone
e2d5aa1941
Camera2 working with all previews
7 years ago
Mattia Iavarone
4166031ce2
Basic Camera2 open-close integration
7 years ago
Mattia Iavarone
3c345826cc
Create base Camera2 class
7 years ago
Mattia Iavarone
e2e3054a77
Create Engine class
7 years ago
Mattia Iavarone
e7727fb65c
MarkerLayout tests
7 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
7 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
7 years ago
Mattia Iavarone
8b66d5b575
Quick fixes & bump version ( #471 )
...
* Fix #460
* Fix #419
* Fix #443
* Bump version
* Fix #425
* Fix test
7 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
7 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
7 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
7 years ago
Mattia Iavarone
a8a4e09900
V2 bug fixes ( #356 )
...
* Fix permissions error
* Fix #355
* Fix #357
* Improve CameraOptions tests
7 years ago
Mattia Iavarone
07f421e7e0
Fix CameraOptions tests
7 years ago
Mattia Iavarone
4f6ef724bb
Remove wrong tests
7 years ago
Mattia Iavarone
a2731f50b1
Fix tests and rebase process
7 years ago
Mattia Iavarone
e9df75b7ae
Video files now must not be null
7 years ago
Mattia Iavarone
714d228168
Fix tests
7 years ago
Mattia Iavarone
ae2eada2a2
Migrate to AndroidX
7 years ago
Mattia Iavarone
bc85178acf
Add setPreviewSize method
7 years ago
Mattia Iavarone
26f313c74e
Documentation in GitHub pages
7 years ago
Mattia Iavarone
3eb0c2fb2e
Fix video snapshots rotation
7 years ago
Mattia Iavarone
d1ed8033e6
Add nullable and nonnull annotations everywhere
7 years ago
Mattia Iavarone
1a22bdc2d5
Refined oval support
7 years ago
Mattia Iavarone
fd69768ac0
Improvements for supporting a round preview and output
7 years ago
Mattia Iavarone
b1f584aede
Changes in the demo app
7 years ago
Mattia Iavarone
69349b0187
Facing now defaults to FRONT if we have no BACK cameras. Throw a new CameraException if no camera found
7 years ago
Mattia Iavarone
1f0341256a
Add thread annotations
7 years ago
Mattia Iavarone
419ff34736
Create PictureRecorder and two implementations
7 years ago
Mattia Iavarone
2999e9aa65
Respect VideoCodec from options
7 years ago
Mattia Iavarone
d291d88814
Working implementation of MediaCodecVideoRecorder
7 years ago
Mattia Iavarone
caff00455f
Fix camerapreview tests
7 years ago
Mattia Iavarone
217d197fe8
Improve MediaRecorderVideoRecorder
7 years ago
Mattia Iavarone
50f7e384dc
Rename some methods, have controllers implement onSurfaceDestroyed, revisit controller lifecycle
7 years ago
Mattia Iavarone
e207041a31
Add cropping functionality to GLCameraPreview
7 years ago
Mattia Iavarone
4f6271d670
Add GLCameraPreview based on GLSurfaceView, preview appears to be working with some bugs
7 years ago
Mattia Iavarone
c1e3cced4b
Refactor Previews
7 years ago
Mattia Iavarone
1a2c42f0a1
Move to PictureResult, rewrote takePicture and takePictureSnapshot
7 years ago
Mattia Iavarone
29c32090eb
Refactor onVideoTaken, introducing VideoResult
7 years ago