Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Releases: piemonte/PBJVision

Adds support for AVCapturePhotoOutput on iOS 10+

12 Dec 17:06
Compare
Choose a tag to compare

v0.3.4

20 Oct 15:41
Compare
Choose a tag to compare
v0.3.4

v0.2.0

24 Apr 21:28
Compare
Choose a tag to compare

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

26 Mar 23:47
Compare
Choose a tag to compare

A couple delegate method names have changed with v0.1.8, please ensure you've updated:

#103

#105

v0.1.3 - bug fixes and improvements

07 Nov 19:09
Compare
Choose a tag to compare

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)

04 Nov 21:42
Compare
Choose a tag to compare

addition of the video capture feature onion skinning (ghosting), http://en.wikipedia.org/wiki/Onion_skinning

v0.1.1 - bug fixes and improvements

04 Nov 21:41
Compare
Choose a tag to compare

bug fixes and improvements

v0.1.0 - initial release

04 Nov 21:40
Compare
Choose a tag to compare

initial release of touch-to-record video