- Sign in to Orchid as an Administrator
- Click the “Configuration” link on the top right of the main screen
- Click the camera whose resolution and frame rate you wish to change
- Scroll down to the “Streams” section and click on the “Primary” stream name
- Using the controls provided, configure the desired values
- Click the “Save Changes” button (you may need to scroll down further)
Archives
Renaming cameras
- Sign in to Orchid as an Administrator or Manager
- Click the “Configuration” link on the top right of the main screen
- A list of configured cameras should be displayed with camera icons on the left
- Click the camera you wish to rename
- Type the desired camera name in the “Camera Name” field on the right
- Click the “Save Changes” button
Adding cameras to the system
Overview
- Sign in to Orchid as an Administrator or Manager
- Click the “Configuration” link on the top right of the main screen
- 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
- Click on the camera you wish to register from the list of automatically discovered cameras
- Enter an appropriate camera name into the box provided
- Enter the ONVIF credentials (both username and password) into the boxes provided
- Click the “Register Camera” button
Manually registering an undiscovered ONVIF camera
- Click on “Add Camera Manually” link on the left under “Camera Configuration”
- Enter the ONVIF Discovery URL in the box provided
- Generally this just means changing the IP address and sometimes adding a port number to the default URL
- Enter an appropriate camera name into the box provided
- Enter the ONVIF credentials (both username and password) into the boxes provided
- 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.
- Click on “Add Camera Manually” link on the left under “Camera Configuration”
- Change the “Driver” drop down and choose “Generic RTSP”
- Enter the RTSP stream URL in the box provided
- Enter an appropriate camera name into the box provided
- Enter the RTSP stream credentials into the boxes provided
- If the RTSP stream does not support basic authentication, leave these fields blank
- Click the “Register Camera” button
Bulk registering multiple ONVIF cameras at once
- Click the “Camera Configuration” text on the top left of the Configuration screen
- Enter the ONVIF credentials (both username and password) into the boxes provided
- Click each camera you wish to add to the system, so that they are highlighted in green
- 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.