This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Releases: piemonte/PBJVision
Releases · piemonte/PBJVision
Adds support for AVCapturePhotoOutput on iOS 10+
v0.3.4
v0.2.0
This release includes some needed bug fixes and a few minor features:
- adjust focus only on point of interest
- adjust exposure only point of interest
- ability to end capture after a particular recorded duration, property maximumCaptureDuration
- ability to reset the current recording session via "cancelVideoCapture"
Please remember to update previous usage of focusAtPoint to:
- (void)focusExposeAndAdjustWhiteBalanceAtAdjustedPoint:(CGPoint)adjustedPoint;
v0.1.8 - delegation improvements
v0.1.3 - bug fixes and improvements
many thanks to all the community contributions and suggestions!
this update exposes some parameters to adjust compression and video quality.
v0.1.2 - onion skinning (ghosting)
addition of the video capture feature onion skinning (ghosting), http://en.wikipedia.org/wiki/Onion_skinning
v0.1.1 - bug fixes and improvements
bug fixes and improvements
v0.1.0 - initial release
initial release of touch-to-record video