Preferences Schema
CAMERA Element
See Also  Send comments on this topic.
Preferences Schema : CAMERA Element

Glossary Item Box

Description

Used to specify camera settings in ArcPadPrefs.apx.

Diagram

CAMERA Element

Overview

CAMERA
Used to specify camera settings in ArcPadPrefs.apx.
device optional xs:string
Specifies the device ID of the active camera.
filenameformat optional xs:dateTime
The file naming convention to use when naming photos.
path optional xs:string
Specifies the default path where photos are stored.
prefix optional xs:string
Specifies the prefix to use when naming photo files.
quality optional Restriction of xs:int
Specifies the JPEG quality of the picture taken.
shortcut optional xs:string
The function key or action button shortcut that triggers a photo capture.

Attributes

NameTypeUseDefaultFixedDescription
devicexs:stringoptional  Specifies the device ID of the active camera.
filenameformatxs:dateTimeoptional  The file naming convention to use when naming photos.
pathxs:stringoptional  Specifies the default path where photos are stored.
prefixxs:stringoptionalPhoto Specifies the prefix to use when naming photo files.
qualityRestriction of xs:intoptional75 Specifies the JPEG quality of the picture taken.
shortcutxs:stringoptional  The function key or action button shortcut that triggers a photo capture.

Examples

Source

<xs:element name="CAMERA" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to specify camera settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="device" type="xs:string">
      <xs:annotation>
        <xs:documentation>Specifies the device ID of the active camera.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="filenameformat" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>The file naming convention to use when naming photos.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="" name="path" type="xs:string">
      <xs:annotation>
        <xs:documentation>Specifies the default path where photos are stored.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="Photo" name="prefix" type="xs:string">
      <xs:annotation>
        <xs:documentation>Specifies the prefix to use when naming photo files.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="75" name="quality">
      <xs:annotation>
        <xs:documentation>Specifies the JPEG quality of the picture taken.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="50" />
          <xs:maxInclusive value="100" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="shortcut" type="xs:string">
      <xs:annotation>
        <xs:documentation>The function key or action button shortcut that triggers a photo capture.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.