@camstack/addon-provider-amcrest 0.2.22 → 0.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/addon.js +8 -0
- package/dist/addon.mjs +8 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -20319,6 +20319,14 @@ var ClipSchema = object({
|
|
|
20319
20319
|
endMs: number()
|
|
20320
20320
|
}),
|
|
20321
20321
|
/**
|
|
20322
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20323
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20324
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20325
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20326
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20327
|
+
*/
|
|
20328
|
+
labels: array(string()).max(3).optional(),
|
|
20329
|
+
/**
|
|
20322
20330
|
* Lazy thumbnail URL, never inlined.
|
|
20323
20331
|
*
|
|
20324
20332
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20320,6 +20320,14 @@ var ClipSchema = object({
|
|
|
20320
20320
|
endMs: number()
|
|
20321
20321
|
}),
|
|
20322
20322
|
/**
|
|
20323
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20324
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20325
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20326
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20327
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20328
|
+
*/
|
|
20329
|
+
labels: array(string()).max(3).optional(),
|
|
20330
|
+
/**
|
|
20323
20331
|
* Lazy thumbnail URL, never inlined.
|
|
20324
20332
|
*
|
|
20325
20333
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-amcrest",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.23",
|
|
4
4
|
"description": "Amcrest/Dahua camera device provider addon for CamStack — Dahua CGI over HTTP(S) with digest auth (snapshot, RTSP catalog, PTZ, image/day-night config)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|