Created
August 15, 2018 14:03
-
-
Save brunomunizaf/74e5ec95644def8bb14522c3a30f143d to your computer and use it in GitHub Desktop.
Heartbeat AR/ML top final
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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