@camstack/addon-pipeline 1.1.56 → 1.1.58

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.
Files changed (42) hide show
  1. package/dist/audio-analyzer/index.js +2 -2
  2. package/dist/audio-analyzer/index.mjs +2 -2
  3. package/dist/detection-pipeline/index.js +71 -74
  4. package/dist/detection-pipeline/index.mjs +70 -73
  5. package/dist/{dist-ClE6_i0p.js → dist-Bn6Uq4vq.js} +4750 -4644
  6. package/dist/{dist-CrjLGrkj.mjs → dist-CnwwDzX3.mjs} +4751 -4645
  7. package/dist/motion-wasm/index.js +9 -41
  8. package/dist/motion-wasm/index.mjs +9 -41
  9. package/dist/pipeline-runner/index.js +238 -656
  10. package/dist/pipeline-runner/index.mjs +227 -647
  11. package/dist/recorder/index.js +2 -2
  12. package/dist/recorder/index.mjs +2 -2
  13. package/dist/remote-restream-BeHi78PZ.mjs +25 -0
  14. package/dist/remote-restream-CO36Sr30.js +36 -0
  15. package/dist/session-decode/decode-worker-child.js +97 -2
  16. package/dist/session-decode/decode-worker-child.mjs +97 -2
  17. package/dist/{step-definitions-C9kUXgC7.js → step-definitions-D7NOrnzz.js} +44 -2
  18. package/dist/{step-definitions-dCghpdRo.mjs → step-definitions-DhEe57Wn.mjs} +44 -2
  19. package/dist/stream-broker/_stub.js +282 -222
  20. package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-D4xH4Tm-.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-B8FQ1e0a.mjs} +3 -3
  21. package/dist/stream-broker/{_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-D2z_vRMH.mjs → _virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-Ba7Eyd47.mjs} +1 -1
  22. package/dist/stream-broker/{hostInit-Di9WUNlQ.mjs → hostInit-D1Vdyu-4.mjs} +3 -3
  23. package/dist/stream-broker/index.js +881 -40
  24. package/dist/stream-broker/index.mjs +878 -37
  25. package/dist/stream-broker/remoteEntry.js +1 -1
  26. package/embed-dist/assets/{MaskShapeCanvas-DI4BY7W2-Ca93F1js.js → MaskShapeCanvas-DI4BY7W2-CG5EE0W4.js} +1 -1
  27. package/embed-dist/assets/{MotionZonesSettings-NcxxQN8r-CDqgb-WA.js → MotionZonesSettings-NcxxQN8r-BFeLUNOl.js} +1 -1
  28. package/embed-dist/assets/{PrivacyMaskSettings-APgPLF7p-BlxPhY_w.js → PrivacyMaskSettings-APgPLF7p-pQQunq1F.js} +1 -1
  29. package/embed-dist/assets/index-BxqQ931j.js +81 -0
  30. package/embed-dist/index.html +1 -1
  31. package/package.json +7 -5
  32. package/python/inference_pool.py +172 -28
  33. package/python/postprocessors/__init__.py +2 -0
  34. package/python/postprocessors/ssd.py +128 -0
  35. package/python/requirements-edgetpu.txt +23 -0
  36. package/python/test_inference_pool_layout.py +16 -1
  37. package/python/test_inference_pool_preprocess.py +65 -0
  38. package/dist/remote-source-plane-B28iGi7h.mjs +0 -1001
  39. package/dist/remote-source-plane-BAqEHSgm.js +0 -1030
  40. package/embed-dist/assets/index-B23riUw8.js +0 -81
  41. package/dist/{model-download-service-C-IHWnXx-BPy6aoAx.mjs → model-download-service-C-IHWnXx-3Mmeob3l.mjs} +1 -1
  42. package/dist/{model-download-service-C-IHWnXx-BLXzxpRB.js → model-download-service-C-IHWnXx-D326YNnt.js} +1 -1
@@ -1,8 +1,8 @@
1
- import "node:crypto";
2
1
  import * as fs from "node:fs";
3
2
  import { createReadStream, promises } from "node:fs";
4
3
  import * as path$1 from "node:path";
5
4
  import path from "node:path";
5
+ import "node:crypto";
6
6
  //#region ../system/dist/model-download-service-C-IHWnXx.mjs
7
7
  /**
8
8
  * Map a rel path to one candidate absolute path PER root, keeping only roots the
@@ -1,9 +1,9 @@
1
1
  const require_chunk = require("./chunk-D6vf50IK.js");
2
- require("node:crypto");
3
2
  let node_fs = require("node:fs");
4
3
  node_fs = require_chunk.__toESM(node_fs, 1);
5
4
  let node_path = require("node:path");
6
5
  node_path = require_chunk.__toESM(node_path, 1);
6
+ require("node:crypto");
7
7
  //#region ../system/dist/model-download-service-C-IHWnXx.mjs
8
8
  /**
9
9
  * Map a rel path to one candidate absolute path PER root, keeping only roots the