Skip to content

Camera is not calibrated automatically #360

@bernardo-martinez

Description

@bernardo-martinez

Description

I've implemented the delegate like in the example with:

func visionManager(_: VisionManagerProtocol, didUpdateCamera camera: Camera) {
        // dispatch to the main queue in order to sync access to `Camera` instance
        DispatchQueue.main.async {
            self.camera = camera
            // you may track the calibration progress
            print("Calibration: \(camera.calibrationProgress)")
        }
    }

but the calibrationProgress remains at 0.0 and I cannot use my didUpdateWorldDescription nor my didUpdateRoadDescription implementations

Goal

As it says in the documentation the calibration process should be done automatically and last for 20-30secs

Steps

  • Step 1:
    • Implemented didUpdateCamera on iphone SE with iOS 14.4.2. It just gets called once with 0.0 value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions