Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,24 @@ neolink ptz --config=config.toml CameraName zoom 2.5

With 1.0 being normal and 2.5 being 2.5x zoom

### Enabling services (http, https, rtmp, rtsp and onvif)

**For newer cameras that have services on the camera hardware. These can be enabled with the `services` command.**

This is not related to the `rtsp` mode of neolink which is a separate feature.

For example, to enable the http port:
```bash
neolink services --config=/etc/neolink.toml CameraName http on
```

To disable it:
```bash
neolink services --config=/etc/neolink.toml CameraName http off
```

Note that this might not work on older camera models.

## License

Neolink is free software, released under the GNU Affero General Public License
Expand Down