Ryan Loebs
bde88a946e
Add option to capture hardware accelerated overlays ( #1066 )
...
* Add option to capture hardware accelerated overlays
* PR updates
* One more variable name change
4 years ago
Mattia Iavarone
a219073468
Release v2.7.0 ( #1040 )
...
* Release v2.7.0
* Improve docs
4 years ago
Billy Sutomo
a9fcd6506e
Update frame-processing.md ( #941 )
...
add parentheses and semi colon to cameraView.addFrameProcessor code example
Co-authored-by: Mattia Iavarone <mat.iavarone@gmail.com>
4 years ago
Mattia Iavarone
e3fcef286f
Release v2.6.4 ( #954 )
4 years ago
Mattia Iavarone
8207e67679
Some bug fixes ( #953 )
...
* Kotlin 1.4.0, fixes #940
* Fix multifilter bug, fixes #875
* Fix arithmetic exception, fixes #895
* Update dependencies
* Demo app in Kotlin
* Avoid stackoverflows on zoom/ev, fixes #856
* Remove Gemfile.lock
* Try to fix build
4 years ago
Steve
170d87ed39
Fix references on overlay documentation ( #931 )
4 years ago
Mattia Iavarone
610f511a76
Release v2.6.3 ( #912 )
4 years ago
Mattia Iavarone
a7c18324a5
Build tools update ( #911 )
...
* Improve #877
* Update pull_request_template.md
* Update gradle version
* Update AGP version
* Update build files, use MavenPublisher plugin
* Add FAQs
* Fix tests
4 years ago
Ryan McClarnon
4364ec7c3a
Add capability to set audio codec to encode video files with. ( #861 )
...
* Add capability to set audio codec to encode video files with.
* Cleanup
* Handle audio codec in SnapshotVideoRecorder.java
* Remove two AMR codecs and VORBIS, replace if with switch
* All chosen codecs in SnapshotVideoRecorder.java should use "audio/mp4a-latm". Setting DEVICE_DEFAULT to use it's actual value would change the behaviour of the class.
* Match style of video codec switch block above.
5 years ago
Mattia Iavarone
778cdedc00
Release v2.6.2 ( #794 )
...
* Remove codecov token
* Release v2.6.2
5 years ago
dependabot[bot]
fa26b2a654
Bump nokogiri from 1.10.4 to 1.10.8 in /docs ( #786 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.8 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Alexander
218b27319d
Add setter for flag enabled/disabled auto check permissions ( #775 )
...
* Added setter for auto check permissions flag
* Added info about new method
5 years ago
Mattia Iavarone
aa95d19902
Ads
5 years ago
dependabot[bot]
7f23c309ab
Bump rubyzip from 1.2.2 to 2.0.0 in /docs ( #759 )
...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip ) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases )
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md )
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.2...v2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
hualong-shen
24b02caa28
Set accurate fps if possible ( #754 )
...
* Feature option to setPreviewFrameRate as exact as possible
* update docs for setPreviewFrameRateExact
* clean code and add tests for feature setPreviewFrameRateExact
* fix test issue and clean code for setPreviewFrameRateExact
* fix accessiblility issue for mPreviewFrameRateExact
* fix test issue for testPreviewFrameRateExact
Co-authored-by: Mattia Iavarone <mat.iavarone@gmail.com>
5 years ago
Mattia Iavarone
e207e452bf
Website mobile improvements
5 years ago
Mattia Iavarone
83bb45108a
Frame rotation improvements ( #745 )
...
* Add Frame.rotationToUser and Frame.rotationToView
* Update docs
* Add missing annotation
5 years ago
Mattia Iavarone
949ed22ea6
Release v2.6.1 ( #744 )
5 years ago
Sewar
1a88cd09f4
Add support to record video to FileDescriptor. ( #732 )
5 years ago
Mattia Iavarone
e6ec1a15ac
Fix page.html
5 years ago
Mattia Iavarone
c0dab05063
Use Jekyll collections
5 years ago
Mattia Iavarone
ef9a68ec6a
Website improvements
5 years ago
Mattia Iavarone
adf54cb029
Fix site header (3)
5 years ago
Mattia Iavarone
0f14fbd4e8
Fix site header (2)
5 years ago
Mattia Iavarone
afd02f251b
Fix site header
5 years ago
Mattia Iavarone
3c4d01c22f
Improve website ( #734 )
5 years ago
Mattia Iavarone
9c984f0c21
Update 2018-12-20-changelog.md
5 years ago
Mattia Iavarone
0eacd8c9b7
Release v2.6.0 ( #725 )
5 years ago
Mattia Iavarone
df139994d7
Add startAutoFocus(Rect) ( #724 )
...
* Create MeteringRegion(s), MeteringTransform, add startAutoFocus(RectF) API
* Improve docs
* Changelog
* Tests
5 years ago
Mattia Iavarone
9b916f12fd
Analytics
5 years ago
Mattia Iavarone
4afb82f1c2
Verification
5 years ago
Mattia Iavarone
bdce730659
Website landing page (5)
5 years ago
Mattia Iavarone
e2a4789d77
Website landing page (4)
5 years ago
Mattia Iavarone
0553fa9d20
Website landing page (3)
5 years ago
Mattia Iavarone
9b94fd289c
Website landing page
5 years ago
Mattia Iavarone
14e777e7c7
Website landing page
5 years ago
Mattia Iavarone
821a21a1bd
Fix changelog
5 years ago
Mattia Iavarone
4cf55714c5
Fix website links
5 years ago
Mattia Iavarone
840e05a3e8
Permission flag ( #718 )
...
* Website changes
* Better preview output class support
* Add cameraRequestPermissions XML attribute
* Website colors
5 years ago
Mattia Iavarone
ce9ca64370
Frame processing threading APIs ( #716 )
...
* Fix deploy CI trigger
* Use actions/checkout@v2
* Call onImageAvailable on a separate thread
* Add setFrameProcessingPoolSize API
* Add setFrameProcessingExecutors API
* Ensure captures are not blocked by frame processing
* Wait for first frame in onStartPreview
* Enable abortCaptures()
* Improve testFrameProcessing_format
* Improve testFrameProcessing_format again
5 years ago
Mattia Iavarone
097420a96b
Release v2.5.0 ( #708 )
5 years ago
Mattia Iavarone
e1721bb77d
Frame Processing maxWidth, maxHeight and format ( #704 )
...
* Create CameraEngine and CameraBaseEngine
* Promote filters to stable - no experimental flag
* Fix setSnapshotMaxWidth / Height bugs
* Add setFrameProcessingMaxWidth and setFrameProcessingMaxHeight
* Add setFrameProcessingMaxWidth and setFrameProcessingMaxHeight (docs)
* Prepare Frame for Images, abstract FrameManager, create ByteBufferFrameManager
* Fix tests
* Fix unit tests
* Send Images for Camera2
* Tests
* Add CameraView.setFrameProcessingFormat(int), tests, docs
* Add CameraOptions.getSupportedFrameProcessingFormats(), tests
* Add CameraEngine support, integration tests
* Fix demo app, add getFrameProcessingPoolSize
* Fix tests
* Fix tests
5 years ago
Mattia Iavarone
bb3b23e69a
RAW support ( #691 )
...
* Check engine state after picture metering - Fixes #685
* Ensure actions are only started in a valid holder state - Fixes #669
* Improve size selection
* Add PictureFormat definition
* Change PictureResult to reflect new format
* Throw if toBitmap is called with a DNG file
* Update the CameraView interface to support PictureFormat
* Implement DNG support into the CameraEngine, restart if needed
* Make CameraOptions engine aware
* Fix action bug
* Make CameraOptions check RAW availability
* Complete engine/options logic for RAW
* Add RAW control to demo app
* Ensure toBitmap does not crash in demo
* RAW support inside Full2PictureRecorder
* Add DNG test, fix implementation bugs
* Add option to see RAW result through share option
* Enable RAW toBitmap for API 24+
* Add documentation
* Improve documentation
* Change tests
* Small change
5 years ago
Mattia Iavarone
129b43e657
Release v2.4.0 ( #662 )
5 years ago
Mattia Iavarone
218aa9d108
Preview FPS docs + Camera1 implementation ( #661 )
...
* Small changes
* Camera1 options
* Complete Camera1 integration
* Add to demo app
* Complete docs
5 years ago
Mattia Iavarone
74c94e21ce
Add GitHub Sponsors link ( #659 )
5 years ago
Mattia Iavarone
063c7a76fb
Update 2018-12-20-changelog.md
5 years ago
Mattia Iavarone
55e7a26278
Fix bugs ( #630 )
...
* Use CopyOnWrite set in GL preview (Fix #626 )
* Demo app - do not add frame processor when opening (Fix #628 )
* Add comments
* Create EngineThread annotation
* Fix onVideoResult crash for snapshots
* Catch IllegalStateExceptions in applyRepeatingRequestBuilder
* Add exception to LOG.e
* Add changelog
* Release v2.3.1
* Move snapshot logs to verbose
5 years ago
Mattia Iavarone
5b92e81b83
Release v2.3.0 ( #608 )
5 years ago
Mattia Iavarone
5619dbdca5
Small improvements ( #588 )
...
* Abort actions on exit
* Fix VideoRecorder state
* Add missing metering tests
* Fix default vertex shader definition
* Fix #582
* Make Camera2Engine more open
* Add timestampUs in Filter.draw signature
* Add timestampUs in BaseFilter.onPreDraw, onDraw, onPostDraw
* Change README
* Fix FrameProcessing segmentation fault
* Fix #590 by throwing
* Fix StackOverflowErrors in AudioMediaEncoder (Fixes #594 )
* Enforce 100 character limits
* Improve encoder selection
* Simplify DeviceEncoders class
* Improve overlay add/remove
* Add changelog info
* Add more info
5 years ago