replate-camera 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -707,7 +707,7 @@ class ReplateCameraController: NSObject {
|
|
|
707
707
|
private static let MIN_DISTANCE: Float = 0.15
|
|
708
708
|
private static let MAX_DISTANCE: Float = 0.45
|
|
709
709
|
private static let ANGLE_THRESHOLD: Float = 0.6
|
|
710
|
-
private static let TARGET_IMAGE_SIZE = CGSize(width:
|
|
710
|
+
private static let TARGET_IMAGE_SIZE = CGSize(width: 2048, height: 1556)
|
|
711
711
|
private static let MIN_AMBIENT_INTENSITY: CGFloat = 650
|
|
712
712
|
|
|
713
713
|
// Callbacks
|