Closed maxoyed closed 2 years ago
The /ios/quickstarts/vision/VisionExample/CameraViewController.swift
only implemented the support for AVCaptureSession.Preset.medium
. You will need to adapt it to support AVCaptureSession.Preset.high
(more than just changing the function setUpCaptureSessionOutput
). Likely, you will need to update the logic in normalizedPoint
to account for the higher resolution of AVCaptureSession.Preset.high
.
Closing due to inactivity.
Describe the bug When I change
AVCaptureSession.Preset.medium
toAVCaptureSession.Preset.high
in functionsetUpCaptureSessionOutput
which in file/ios/quickstarts/vision/VisionExample/CameraViewController.swift
, the poseOverlayView is not mathed with the preview image.SDK Info:
Smartphone:
Development Environment: