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

v0.2.0

Compare
Choose a tag to compare
@piemonte piemonte released this 24 Apr 21:28
· 302 commits to main since this release

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;