Archives

Configuring camera resolution and frame rate

  1. Sign in to Orchid as an Administrator
  2. Click the “Configuration” link on the top right of the main screen
  3. Click the camera whose resolution and frame rate you wish to change
  4. Scroll down to the “Streams” section and click on the “Primary” stream name
  5. Using the controls provided, configure the desired values
  6. Click the “Save Changes” button (you may need to scroll down further)

Renaming cameras

  1. Sign in to Orchid as an Administrator or Manager
  2. Click the “Configuration” link on the top right of the main screen
  3. A list of configured cameras should be displayed with camera icons on the left
  4. Click the camera you wish to rename
  5. Type the desired camera name in the “Camera Name” field on the right
  6. Click the “Save Changes” button

Adding cameras to the system

Overview

  1. Sign in to Orchid as an Administrator or Manager
  2. Click the “Configuration” link on the top right of the main screen
  3. On the left under “Camera Configuration” you will see..
    • A list of currently registered cameras
    • A link to register a new camera manually
    • A list of automatically discovered cameras on your network

Registering a discovered ONVIF camera

  1. Click on the camera you wish to register from the list of automatically discovered cameras
  2. Enter an appropriate camera name into the box provided
  3. Enter the ONVIF credentials (both username and password) into the boxes provided
  4. Click the “Register Camera” button

Manually registering an undiscovered ONVIF camera

  1. Click on “Add Camera Manually” link on the left under “Camera Configuration”
  2. Enter the ONVIF Discovery URL in the box provided
    1. Generally this just means changing the IP address and sometimes adding a port number to the default URL
  3. Enter an appropriate camera name into the box provided
  4. Enter the ONVIF credentials (both username and password) into the boxes provided
  5. Click the “Register Camera” button

Manually registering a generic camera with an RTSP stream

Aside from ONVIF cameras, Orchid can support any camera that exposes an RTSP stream.

  1. Click on “Add Camera Manually” link on the left under “Camera Configuration”
  2. Change the “Driver” drop down and choose “Generic RTSP”
  3. Enter the RTSP stream URL in the box provided
  4. Enter an appropriate camera name into the box provided
  5. Enter the RTSP stream credentials into the boxes provided
    1. If the RTSP stream does not support basic authentication, leave these fields blank
  6. Click the “Register Camera” button

Bulk registering multiple ONVIF cameras at once

  1. Click the “Camera Configuration” text on the top left of the Configuration screen
  2. Enter the ONVIF credentials (both username and password) into the boxes provided
  3. Click each camera you wish to add to the system, so that they are highlighted in green
  4. Click the “Register Selected Cameras” button

Recovering an account’s password

Any account’s password can be changed by an administrative user through the configuration pages:

  • Open the Configuration page in Orchid after logging in
  • Click on the User Management section
  • Click on the account whose password you wish to change
  • Type the new password twice, and click the Save Changes button

If you’ve lost your admin password, you can use the following instructions to reset it:

  • Locate the orchid_server.properties file inside of the Orchid bin directory
  • Open the file in a text editor
  • Add the following bit of text at the bottom:
    • orchid.admin.password = new-password-here
  • Restart Orchid and your password will be reset

* It is recommended that you remove the password from the `orchid_Server.properties` file upon restarting Orchid so that it isn’t exposed on your file system.