-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
### OSD | ||
![OpenIPC logo][logo] | ||
|
||
## OSD | ||
|
||
An all-in-one daemon that exposes an HTTP frontend to | ||
- adjust settings ; | ||
- manage OSD regions ; | ||
- stream AV content on supported IP cameras | ||
|
||
### Examples | ||
|
||
``` | ||
curl 192.168.1.17:9000/osd/0?size=60 | ||
curl 192.168.1.17:9000/osd/0?text=example0 | ||
curl 192.168.1.17:9000/osd/1?size=80 | ||
curl 192.168.1.17:9000/osd/1?text=example1 | ||
curl 192.168.1.17:9000/osd/1?posx=1000 | ||
``` | ||
|
||
### Technical support and donations | ||
|
||
Please **_[support our project](https://openipc.org/support-open-source)_** with donations or orders for development or maintenance. Thank you! | ||
|
||
[logo]: https://openipc.org/assets/openipc-logo-black.svg | ||
|
||
An all-in-one daemon that exposes an HTTP frontend to adjust settings, manage OSD regions and stream AV content on supported IP cameras |