improved
Week 40 Update
over 1 year ago by Faraz Roozdar
The SSO API has been updated. Rather than creating an SSO setting for each account, each account would have an SSO setting that can be updated.
added
Week 39 Update
over 1 year ago by Faraz Roozdar
- A Client Credentials guide has been added to the guide section on creating an application and client credential.
- /cameras API is updated. In this version
directToCloud
attribute is added to thedeviceInfo
details.
added
Week 38 Update
over 1 year ago by Faraz Roozdar
- Open ID connect SSO API is added to the portal.
- An updated version of the bridge settings API is added. Bandwidth details are added to this version.
added
Week 35 Update
over 1 year ago by Faraz Roozdar
- The main URL of the Video API Platform portal is changed to https://developer.eagleeyenetworks.com/
- Camera settings endpoint is added to the
/cameras
API. - Bridge settings endpoint is added to the
/bridges
API. - Speakers settings endpoint is added to the
/speakers
API.
added
Week 34 Update
over 1 year ago by Faraz Roozdar
- The Landing Page has been updated. The new Landing Page provides direct access to useful articles.
- The Use Cases section has been added to the portal. This section explains what the Eagle Eye API can do for different scenarios and provides best practices.
- The swap bridge endpoint is added to the bridges API.
added
Week 33 Update
over 1 year ago by Faraz Roozdar
- A guide about Playing LocalRTSP has been added to the portal. The LocalRTSP can be obtained directly from Eagle Eye bridges and CMVRs.
- Frequently Asked Questions about the Video API Platform are added to the FAQ section.
added
Week 32 Update
over 1 year ago by Faraz Roozdar
- Non-rotating permanent refresh token is available now. This method can be used for permanent machine-to-machine authentication.
- The Code Samples section now includes a CLI tool for renaming cameras in bulk. The source code is available on GitHub.
- A guide about the Python code for renaming cameras in bulk is added to the portal.
added
Week 31 Update
over 1 year ago by Faraz Roozdar
- PTZ setting endpoints are added to the PTZ API. It allows you to manage preset settings for a PTZ camera.
- The camera API now supports swapping cameras via the /cameras/{cameraId}:swap endpoint.
- The Getting Started section is linked to Eagle Eye University.
added
Week 30 Update
over 1 year ago by Faraz Roozdar
- A technical overview of the Events, Alerts, and Notifications is added to the portal.
- The Editions guide has been updated to include the newly added APIs.
improved
Week #28 Update
over 1 year ago by Faraz Roozdar
- The PTZ API has been updated to fix a bug where the PTZ capability was always false due to an error.
- A code for generating 10 motion event thumbnail images is now available in the Recipes section. The code operates as a command-line interface tool and saves the images locally. You can modify the code to adjust the number of images or the storage location.
- The /metrics endpoint of the /bridge API now correctly works with API V3 access tokens.