Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flyrouter authored Apr 4, 2024
1 parent 003f83b commit 2f19f32
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
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

0 comments on commit 2f19f32

Please sign in to comment.