CalibrationView QML Type

  • CalibrationView
  • A item displaying controls for adjusting a scene view's location, heading, and elevation. More...

    Since: Esri.ArcGISRutime 100.6
    Inherits:

    Item

    Properties

    Signals

    • triggered(double latitude, double longitude, double altitude, double heading)

    Methods

    Detailed Description

    This item can be used to change manually the location and heading of the scene, to ensure accuracy between the device live video and the scene.

    Property Documentation

    altitudeFactor : alias

    The multiplication factor to apply to the altitude value.

    Default is 0.01.


    headingFactor : alias

    The multiplication factor to apply to the heading value.

    Default is 0.01.


    interval : alias

    The interval between triggers, in milliseconds.

    Default is 250 milliseconds.


    latitudeFactor : alias

    The multiplication factor to apply to the latitude value.

    Default is 0.0001.


    longitudeFactor : alias

    The multiplication factor to apply to the longitude value.

    Default is 0.0001.


    Signal Documentation

    triggered(double latitude, double longitude, double altitude, double heading)

    Sends the updated values for location and heading.

    • latitude - The latitude (y) of the location.
    • longitude - The longitude (x) of the location.
    • altitude - The altitude (z) of the location.
    • heading - The heading or direction of the location.

    This signal is emitted every time the timer is triggered.

    Note: The corresponding handler is onTriggered.


    Method Documentation

    void reset()

    Resets the calibration to location (0, 0, 0) and heading 0.0.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.