Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Double-click Installer-Video Viewer-7.2.2.XXX.exe to begin the installation process.

  2. The 3VR Client Applications require the Microsoft .NET Framework 4.0 to function.
    If Microsoft .NET Framework 4.0 is not present on your PC, the InstallShield Wizard will install it as the first step in the installation process.

  3. Click Install to proceed.

  4. At the InstallShield Wizard Welcome screen, click Next.

  5. The InstallShield Wizard will display the 3VR Client Applications End User License Agreement.
    Read the agreement, then click ()I accept the terms in the license agreement.

  6. Click Next and specify the folder where Video Viewer should be installed..

  7. Click Install to begin the installation.

  8. When installation is complete, click Finish to exit the wizard.

Running 3VR Video Viewer

...

  1. Open the Windows Command Prompt.

    1. Windows Vista and Windows 7:

      1. Click Start.

      2. Type cmd and press enter.

    2. Windows XP:

      1. Click Start.

      2. Click Run.

      3. Type cmd and press enter.

  2. In the Command Prompt, navigate to the directory where Video Viewer is installed.

    Image RemovedImage Added
  3. To launch Video Viewer, type 3VRVideoViewer.exe followed by the required command line arguments, and any of the optional parameters. Use the following chart to build your command line string.

Info

The following commands are used to navigate through a directory structure in the command prompt:
cd [folder name] changes the working directory to the folder [folder name]
cd .. changes the working directory to the parent directory (up one level)
cd \ changes the working directory to the root directory (top level)
dir displays all files and folders in the working directory

...

Info

Sample Command Line Strings

  • Viewing Live Video on Camera 1:
    3VRVideoViewer.exe -h 10.100.2.202 -u techrep -p 3MeDeee -c 1

  • Viewing Stored Video on Camera 1 from January 3rd from 10 am to 11 am:
    3VRVideoViewer.exe -h 10.100.2.202 -u techrep -p 3MeDeee -c 1 --starttime
    “1/12/11 10:00:00” --endtime “1/12/11 11:00:00”

  • Viewing Live Video on Cameras 1-10 in a window that is 1000x1000 pixels wide:
    3VRVideoViewer.exe -h 10.100.2.202 -u techrep -p 3MeDeee -c 1,2,3,4,5,6,7,8,9,10 --size “1000,1000”

  • Viewing Live Video on Cameras 1-10, VideoViewer starts minimized
    3VRVideoViewer.exe -h 10.100.2.202 -u techrep -p 3MeDeee -c 1,2,3,4,5,6,7,8,9,10 --minimized

...

  • Image Added

Using 3VR Video Viewer

The 3VR Video Viewer interface mirrors the OpCenter Video panel:

  • To change cameras, click and drag cameras from the camera tree to a video player.

    Image RemovedImage Added
  • To move forward and backward along the video timeline, click and drag the scrolling time indicator.

  • Click one of the layout buttons (located above the video grid) to change the number and arrangement of video players.

...