Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev authored Sep 29, 2020
1 parent 1c0936a commit 63f234c
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
# tinyCam app web client written in Angular2
https://tinycammonitor.com
More info is <a href="https://www.reddit.com/r/tinycam/comments/iqnov1/tinycam_150_will_have_completely_redesigned_web_ui/">here</a>.

tinyCam web server main features:
* **Live view up to 4 cameras** at the same time.
* **PTZ and audio support** from live view (admin only).
* **Timeline support** (multiple timelines as well) w/ slow/fast playback.
* **Autoplay event on hover**.
* **Sort events by date and type** (person, vehicle, etc.).
* **Delete and pin events** (admin only).
* Support for **playback cloud events** in web browser.
* **Admin console** (admin only).

PTZ keyboard controls:
* Keys W/A/S/D - pan-tilt
* Keys +/- - optical zoom in/out
* Keys F/N - focus far/near
* Keys O/C - iris open/close
* Keys 1..9 - presets

## See also:
- [Web timeline UI widget written in JavaScript](https://github.com/alexeyvasilyev/timeline-ui-web)
- [tinyCam web server API](https://github.com/alexeyvasilyev/tinycam-api)

Parameters:
Showing remote server input field in login screen:
/login?remote=yes
## Hacks:
* Adding `remote=yes` to login screen will show remote server input field, e.g `http://192.168.0.3:8083/login?remote=yes`

0 comments on commit 63f234c

Please sign in to comment.