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 5, 2024
1 parent 52b4beb commit d046688
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ An all-in-one daemon that exposes an HTTP frontend to
- manage OSD regions ;
- stream AV content on supported IP cameras

### Installation

Example of a quick test setup for SigmaStar processors:

```
curl -s -L https://github.com/OpenIPC/osd/releases/download/latest/osd-star -O
chmod 755 osd-star
```

The Buildroot package is ready; the resulting file will be called "osd_server":

```
make BOARD=ssc338q_lite br-osd-openipc
make BOARD=gk7205v200_lite br-osd-openipc
make BOARD=hi3516ev300_lite br-osd-openipc
```

### Examples

Parameters for each region can be passed in one or many calls:
Expand Down

0 comments on commit d046688

Please sign in to comment.