How do I connect RedVision Cameras?
RedVision make popular rugged PTZ cameras in the UK, you can find their products here: https://www.redvisioncctv.com
These cameras should work out of the box with TetherX. If you are experiencing problems, please ensure ONVIF is enabled in the camera settings:
If for any reason the cameras are not automatically detected, the correct configuration settings are:
ANPR Whitelist with IP Relay
Add your ANPR license plates to whitelist
1. Tap on the name of your ANPR camera
2. Select the ANPR plates tab and press New ANPR Plate:
Note: If you do not see this tab, please make sure your ANPR camera is set up and has successfully detected at least 1 license plate.
3. Fill in details of the license plate (without spaces), select if this should go to the whitelist or the blacklist. Optionally add an expiry date:
Add your IP Relay(s)
You can add your IP relay(s) either through the web interface or by using the API:
Using Web Interface
2. Fill in details and click Create
3. Click the Camera edit button and adjust params under the Relay devices tab.
4. Click update
Using API
Relays can alternatively be added through the API. In order to add a relay, please send an appropriate request, for example:
curl -vvv “https://my.timeline.is/api/v3p/relay_devices” –data ‘{“username”: “admin”, “password”: “admin”, “device_id”: “61b1c85883825a03a5193bc4”, “outputs_number”: 3 }’ –request POST -H “Content-Type: application/json”
For full delays on how to use the API, please refer to our API Documentation.
Add Comment