Skip to content

Commit

Permalink
snapshot: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 18, 2023
1 parent b497718 commit 024b216
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/snapshot/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"port": 10081,
"request": "attach",
"skipFiles": [
"**/plugin-remote-worker.*",
"**/plugin-console.*",
"<node_internals>/**"
],
"preLaunchTask": "scrypted: deploy+debug",
Expand Down
9 changes: 9 additions & 0 deletions plugins/snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
The Snapshot Plugin is a core plugin that provides video to image conversion and image manipulation functionality.

This plugin can be enabled on cameras to add custom snapshot URLs, crop and scale the snapshots, and improves camera snapshot responsiveness.

## Core Features

* Shrink images for better transfer rate on mobile networks.
* Custom Snapshot URLs for RTSP cameras.
* Cache snapshots for better responsiveness.
* Snapshot error recovery.
* Convert video streams to images for cameras without snapshot URLs.
* Resize image service for other plugins.
4 changes: 2 additions & 2 deletions plugins/snapshot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/snapshot",
"version": "0.0.60",
"version": "0.0.62",
"description": "Snapshot Plugin for Scrypted",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
Expand Down

0 comments on commit 024b216

Please sign in to comment.