make proper readme ok!
This commit is contained in:
parent
6d88368a1b
commit
8c3a66d71b
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -1,13 +1,28 @@
|
|||
# actioncam / libipcamera
|
||||
|
||||
|
||||
Go Library and command line tool for working with cheap action cameras.
|
||||
|
||||
libipcamera not to be mistaken with `libipcamera.so` shipped in XDV apps, but basically a recreation of the same features but in Go.
|
||||
|
||||
## FORK!
|
||||
This is a fork of the [original actioncam project](https://github.com/jonas-koeritz/actioncam).
|
||||
|
||||
This fork adds the following features:
|
||||
1. A better RTSP server implementation
|
||||
2. Support for multiple concurrent RTSP clients
|
||||
3. Improved error handling and logging
|
||||
4. Better frame parsing
|
||||
|
||||
Here lies snakes, most of this code was written mostly with AI as I'm very bad at Go.
|
||||
|
||||
## Compatible Cameras
|
||||
|
||||
| Vendor | Model | Firmware Version | Compatibility | Remarks |
|
||||
|---------------|-------------------|-------------------|-------------------|-----------|
|
||||
| Campark | ACT76 (Xtreme 2) | v1.0 rc5 | Full (tested) | |
|
||||
| TecTecTec | XPro2 | - | Full (untested) | |
|
||||
| Trevi | GO 2500 4K | v1.0 rc5 | Full (tested) | |
|
||||
|
||||
## Usage Examples
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue