Suneet Agrawal
be3160d26e
Merge branch 'master' of github.com:natario1/CameraView into feature-filters
6 years ago
Suneet Agrawal
5a311514f5
fixed for travis build
6 years ago
Suneet Agrawal
66ad422a19
changed filter implementation for image and video
6 years ago
Suneet Agrawal
ef962ff269
changed effect name to filters
6 years ago
Suneet Agrawal
b15216b5b8
code refacor
6 years ago
Suneet Agrawal
5f1dcbaccb
added annotations
6 years ago
Suneet Agrawal
34f1a49ed2
changed allignmen and filters
6 years ago
Suneet Agrawal
fb77c2d9d9
Merge branch 'feature-filters' of github.com:natario1/CameraView into feature-filters
6 years ago
Suneet Agrawal
77464875be
changed folder structure
6 years ago
Suneet Agrawal
42ab7d3c30
modified shaders and removed the glsurfaceview dependency
6 years ago
Mattia Iavarone
ab48a33249
Fix javadocs
6 years ago
Mattia Iavarone
82ce5cd762
Release v2.0.0 ( #531 )
6 years ago
Mattia Iavarone
1fc006496a
Merge branch 'master' into feature-filters
6 years ago
Suneet Agrawal
0dd4756b57
Merge branch 'feature-filters' of github.com:natario1/CameraView into feature-filters
6 years ago
Suneet Agrawal
8b631c06d7
added control to filter
6 years ago
Suneet Agrawal
f656e489d7
modified all filters range to 0.0f-1.0f
6 years ago
Suneet Agrawal
396428f82d
updated all effects
6 years ago
Suneet Agrawal
8bad1ce5a7
implemented shader while taking picture and video
6 years ago
Suneet Agrawal
7706c5ea3c
modified all effects
6 years ago
Suneet Agrawal
65f876a2bc
modified few filters
6 years ago
Suneet Agrawal
dcba33d26e
implemented initial effects
6 years ago
Suneet Agrawal
bcaed31a49
refatored code
6 years ago
Suneet Agrawal
4f4dd74bec
added shader implementation
6 years ago
Suneet Agrawal
4c6c4db8b7
intermediate commit
6 years ago
Suneet Agrawal
27e12ef572
added setting shaders
6 years ago
Suneet Agrawal
278785c6c1
added shader effects
6 years ago
Suneet Agrawal
935a5e1461
added control to filter
6 years ago
Suneet Agrawal
230ba97702
modified all filters range to 0.0f-1.0f
6 years ago
Mattia Iavarone
c824c7db6c
Improve video snapshots ( #530 )
...
* Fix button elevation
* Replace zero buffer with sample noise
* Small improvements
* Drop frames when we have too many pending events
* Warmup worker threads, enlarge audio buffers, use EncoderEngine thread
* Improve audio noise
* Ensure first frame is a sync one
* Request key frames when the first is lost
* Fix README
* Create AudioNoise
* Correctly recycle OutputBuffer
* Fix #526
6 years ago
Mattia Iavarone
42de6e30a4
Fix issue 514 ( #528 )
...
* Simplify SnapshotGlPictureRecorder
* Add size
* Remove setDefaultBufferSize
* Call onStart at each frame
* Add hasOverlay boolean
* Use workaround in SnapshotVideoRecorder
* Add issue description
* Small changes
* Move workaround.start()
* use glBindTexture instead of workaround
* Remove bindTexture from EglViewport
* Simplify workaround
* Reuse fallback WorkerHandler
* Draw overlays on the encoder thread
* Use lock instead of afterOverlayGlDrawn
* Improve comments and readability
* Move blending code to OverlayDrawer
* Add OverlayDrawer tests
* Improve WorkerHandler tests
6 years ago
Suneet Agrawal
13429bcd9d
updated all effects
6 years ago
Suneet Agrawal
fc05682eeb
implemented shader while taking picture and video
6 years ago
Suneet Agrawal
28d7c605ba
modified all effects
6 years ago
Suneet Agrawal
2d5ad43e25
modified few filters
6 years ago
Suneet Agrawal
ffdd071b96
implemented initial effects
6 years ago
Suneet Agrawal
6f8b3e2297
refatored code
6 years ago
Mattia Iavarone
3e0ae65dad
New colors and logo ( #523 )
...
* Change demo app colors
* Change logo
* Align screenshots
* Update logo in demo app
* Update logo in static folder
* Update app overlay
* Update first screenshot
* Add banner in README
* Add banner in website
6 years ago
Mattia Iavarone
be037d6393
Small fixes ( #524 )
...
* Add picture snapshot comments
* Release temp viewport
* Add ImageReader version of picture recorder
* Fix default camera
* Increase I frame interval, add comments
* Improve demo app
* Use surface size instead of view size for snapshot ratio
* Avoid weird sizes in snapshot output
* Review snapshot picture recorder again
* Fix auto focus callback
6 years ago
Suneet Agrawal
92a82c4f04
added shader implementation
6 years ago
Suneet Agrawal
9a3e1e4bb7
Merge branch 'master' of github.com:natario1/CameraView into feature-filters
6 years ago
Mattia Iavarone
bc3c72cdc8
Fix Camera2 picture recorder ( #521 )
...
* Fix Camera2 picture recorder
* Improve logic, check focusLock when releasing
6 years ago
Suneet Agrawal
b241e505dc
intermediate commit
6 years ago
Suneet Agrawal
32ef8f5538
added setting shaders
6 years ago
Suneet Agrawal
3f7dfc3d9b
added shader effects
6 years ago
Mattia Iavarone
03b5df7a10
Release v2.0.0-rc2 ( #519 )
6 years ago
Mattia Iavarone
535eebc865
Fix pom file ( #517 )
6 years ago
Mattia Iavarone
f2350512f0
Fix #512 ( #513 )
6 years ago
Mattia Iavarone
86b18c5832
Release v2.0.0-rc1 ( #508 )
...
* Bump version
* Clarify changelog
* Remove README header
* Add whitespace
6 years ago
Mattia Iavarone
1318b7d10b
Improve coverage ( #507 )
...
* Do not use ViewCompat
* Remove TODOs, improve logging
* SizeSelectorParser and CameraUtils tests
* DefaultAutoFOcusMarkerTest
* MarkerParserTest and improve MarkerLayoutTest
* Add MediaEncoderEngine comments
* Add ExifHelper test
* ImageHelper test
* More internal/utils tests
6 years ago
Mattia Iavarone
6962744d4f
Improve video encoding ( #506 )
...
* Reorder code and add long comments
* Simplify encoders Config
* Fix Audio recording bugs
* Anticipate max length detection
* Anticipate even more
* Estimate video bit rate instead of ugly default
* Fix bugs, better logs and comments
* Fix long standing sync bug
* Make inner classes public
* Remove performance logging code
* Add Audio.MONO and Audio.STEREO
* Add mono and stereo in attrs
* Write zeros when we have gaps
* Improve comments
* Add performance flags
* Move configs to separate classes
* Fix stereo bug
* Add onVideoRecordingEnd
* Add changelog notes
* Address some TODOs
* Refactor tests, add PoolTest
6 years ago