diff --git a/README.md b/README.md index bcc477e..4177a2f 100644 --- a/README.md +++ b/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