Skip to content
Snippets Groups Projects
Commit 6c00b3e1 authored by Ufuk Kaan Tugay's avatar Ufuk Kaan Tugay
Browse files

Update ViewController.swift

parent 86f9c058
No related branches found
No related tags found
No related merge requests found
......@@ -172,9 +172,6 @@ class ViewController: UIViewController, ARSCNViewDelegate {
dispatch_queue.asyncAfter(deadline: .now() + 0.167, execute: DispatchWorkItem{self.performDetection();self.detectionLoop()})
}
private func onSessionUpdate(for frame: ARFrame, trackingState: ARCamera.TrackingState) {
}
func session(_ session: ARSession, cameraDidChangeTrackingState camera: ARCamera) {
detectionLoop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment