@jaak.ai/stamps 2.5.3 → 2.5.4-dev.1

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.
@@ -122,6 +122,7 @@ export declare class JaakStamps {
122
122
  private processedFramesCount;
123
123
  private hasAutoSwitchedToManual;
124
124
  private _manualModeLoggedOnce;
125
+ private readonly VIDEO_DIAGNOSTIC_EVENTS;
125
126
  private canvasPool;
126
127
  private readonly MAX_CANVAS_POOL_SIZE;
127
128
  componentWillLoad(): Promise<void>;
@@ -206,6 +207,15 @@ export declare class JaakStamps {
206
207
  }>;
207
208
  getCaptureDelay(): Promise<number>;
208
209
  private checkDeviceCapabilities;
210
+ private debugLog;
211
+ private debugWarn;
212
+ private summarizeId;
213
+ private getCameraDevicesSnapshot;
214
+ private sanitizeTrackSettings;
215
+ private sanitizeTrackConstraints;
216
+ private getStreamSnapshot;
217
+ private getVideoElementSnapshot;
218
+ private attachVideoDiagnosticListeners;
209
219
  private startDetection;
210
220
  private initializeVideoStream;
211
221
  private detectFrame;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaak.ai/stamps",
3
- "version": "2.5.3",
3
+ "version": "2.5.4-dev.1",
4
4
  "description": "Jaak Document Identifier",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",