Viewing snapshot EXIF data

Exchangeable Image File (EXIF) encodes additional information in an image file, such as when and where the image was taken. This additional information provides chain of custody information that can be can be used by internal or external authorities in the analysis of a case and in a court of law where admissible.

Before you begin

Set your snapshot options.

What you should know

To view additional file information in Security Desk:

  1. Open the Vault: from the home page, click Tools > Vault .
    Thumbnails of all snapshots are displayed in the Vault.
  2. Right-click a file in the Vault and select Show properties.

To view the EXIF data of a snapshot in Microsoft Windows:

  1. From File Explorer, right-click an image, click Properties, and then click the Details tab.
    The following EXIF data is available.
    • Camera Model: Click to hide description
      The name of the camera from which the video snapshot originated.
    • Date Time: Click to hide description
      The date and time that the snapshot was exported.
    • Date: Click to hide description
      Same as Date Time.
    • Host: Click to hide description
      The name of the computer where the snapshot was created.
    • Artist: Click to hide description
      The name of the Security Desk operator who exported the snapshot.
    • Latitude/LatitudeRef: Click to hide description
      The latitude of the camera’s location, which can be used to plot the camera's location on a map.
    • Longitude/LongitudeRef: Click to hide description
      The longitude of the camera’s location, which can be used to plot the camera's location on a map.
    • Comment: Click to hide description
      Additional information about the snapshot in XML format.
  2. Click the Comments box to view all of the information there.
    The following list contains the XML tags and sample data.
    • <G64xAuditMetadata>: Click to hide description
      The XML tag that indicates the beginning of the Comments data.
    • <Version>1</Version>: Click to hide description
      The version number of the image.
    • <OperatorName>Admin</OperatorName>: Click to hide description
      The name of the Security Desk operator who exported the snapshot. In this example, the user is Admin.
    • <WorkstationName>SecurityDesk</WorkstationName>: Click to hide description
      The name of the computer where the snapshot was created.
    • <ExportTime>10/18/2016 11:23:57 AM EDT</ExportTime>: Click to hide description
      The date and time when the snapshot was exported from Security Desk.
    • <Sequences>: Click to hide description
      An XML tag that indicates the beginning of camera information.
    • <CameraName>Front Lobby Camera</CameraName>: Click to hide description
      The name of the camera from which the video snapshot originated.
    • <StartTime>10/18/2016 11:23:56 AM EDT</StartTime>: Click to hide description
      The date and time that the snapshot was exported.
    • <EndTime />: Click to hide description
      Applies to video only. This will be blank for a snapshot.
    • <CameraLocation>< Altitude>0</Altitude>< Latitude>85.051128779806589</Latitude>< Longitude>-180</Longitude></CameraLocation>: Click to hide description
      The map coordinates of the camera's location, which can be used to plot the camera's location in a map.
    • </Sequences>: Click to hide description
      An XML tag that indicates the end of the camera information.
    • <Encryption>false</Encryption>: Click to hide description
      Indicates if fusion stream encryption was enabled (true) or disabled (false) when the camera captured the video image. Encryption protects the privacy of your video archives.
    • <MetadataType>Snapshot</MetadataType>: Click to hide description
      Indicates if this is a snapshot or a video.
    • </G64xAuditMetadata>: Click to hide description
      An XML tag that indicates the end of the EXIF comments.