Contents

stopMonitoring()

Stops monitoring the device’s active scene and making framing recommendations.

Declaration

func stopMonitoring()

Mentioned in

Discussion

The monitor’s recommendedFraming is nil when it is not actively running. Call this method to stop actively monitoring the scene and making framing recommendations. You may start monitoring before or after calling startRunning(), and may stop active monitoring without stopping the capture session by calling stopMonitoring() at any time.

See Also

Managing the life cycle