HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Checking suitability
shanghaitimes
New
in Feedback
So let’s see if this is suitable
// Get the back-facing camera for capturing videos // AVCaptureDevice.default(.builtInWideAngleCamera, for: AVMediaType.video, position: .back) let deviceDiscoverySession = AVCaptureDevice.default(.builtInWideAngleCamera, for: AVMediaType.video, position: .back) guard let captureDevice = deviceDiscoverySession else { print("Failed to get the camera device") return }
0
Comments
Seems to handle code ok? Uses Markdown. Easy to subscribe.
Works kind of ok even on an iPhone SE. Awards tokens., knows about user icons.
Seems to be ok security.
Remains to set it up and try it.