Skip to content

Instantly share code, notes, and snippets.

@brunomunizaf
Created August 15, 2018 14:03
Show Gist options
  • Save brunomunizaf/74e5ec95644def8bb14522c3a30f143d to your computer and use it in GitHub Desktop.
Save brunomunizaf/74e5ec95644def8bb14522c3a30f143d to your computer and use it in GitHub Desktop.
Heartbeat AR/ML top final
import ARKit
import Vision
class ViewController: UIViewController {
@IBOutlet var sceneView: ARSCNView!
private let serialQueue = DispatchQueue(label: "com.hb.dispatchqueueml")
private var visionRequests = [VNRequest]()
private let webView = UIWebView(frame: CGRect(x: 0, y: 0, width: 640, height: 480))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment