1. Walking Route
    1. Description
    2. This component will show to the user the walking route through the gallery. The visitor will be guided in the exhibition with arrows pointing at the walking route. The information provided to the user consist of:

      An arrow pointing at the next checkpoint in the exhibition.

      A navigation map which shows the user his position in the museum. This information will be shown under user request.

      A video that shows the walking route in the gallery. This information is shown under user request.

      Figure -1 Walking Route

    3. List of Components
    4. Here it is a list of the components included in this composed component:

      Tipo

      Nombre

      AndComponent

      andExhibit_NotDetectedMI

      andComponent

      andVideo_DetWR

      Image2DComponent

      image2DScreenSaverMI

      markerDetectionComponent

      markerDetectionWR

      navigationArrowComponent

      navigationArrowWR

      navigationMapComponent

      navigationMapWR

      NotComponent

      notDetectedMI

      video3DComponent

      videoWR

       

    5. In-slots
    6. Name

      Type

      Description

      navigationMapWR.andNavNM.in2

      boolean

      This slot must be connected to the Navigation button of the user interface. This slot allows the user to ask for information about its location in the museum

      andVideo_DetWR. in2

      boolean

      This slot must be connected to the Video button of the user interface. This slot allows the user to ask for showing a video with the walking route in the gallery.

      andExhibit_NotDetectedWR.in2

      boolean

      This slot must be connected to corresponding exhibit number of the user interface component. If this slot is active, the screensaver of the exhibit will be shown when the marker is not detected.

       

    7. Out-slots
    8. Name

      Type

      Description

      markerDetectionWR.detected

      boolean

      True when the marker detection component detects the marker and false if the marker is not detected.

       

    9. Main Properties

Each of the composed components defined for the Museum specific domain has lots of properties, which can be configured with the AMIRE Authoring environment. Each composed component has as many properties as the sum of the properties of each component it is composed of. Here are described the main properties:

Name

Type

Description

imageFileNames

string

Filename of the image to show. (ScreenSaver image)

position

doubleVector

Values (X and Y) that fix the position of the image

dimension

doubleVector

Values (width and height) that fix the dimension of the image

Name

Type

Description

markerFile

string

File name of the marker pattern.

dampingFactor

integer

Specifies the damping factor

See section ¡Error!No se encuentra el origen de la referencia. for details about the Navigation Arrow Component.

See section ¡Error!No se encuentra el origen de la referencia. for details about the Navigation Map Component.

  • videoWR

Name

Type

Description

videoFileName

string

Name of the file containing the video to be shown

xPosition

double

Position x of the video frame on the screen

yPosition

double

Position y of the video frame on the screen

relativeSize

double

This parameter represents the proportionality factor of video size (referred to the height) respect to the original video.