Skip to main content

2 posts tagged with "SDK"

Releases, new features, and improvements for the MonitorDog SDK.

View all tags

MonitorDog Web SDK v1.0.16: Improved Pose Tracking and Camera Error Handling

|
3 min read
MonitorDog Team
AI-Powered Visual Hacking Protection Solution
Web SDK Update

This update note covers MonitorDog Web SDK v1.0.16.

Person-detection stability and integration usability have been improved.

This release adds MediaPipe Pose tracking, organizes detection results around person-related fields, and provides more specific errors when a camera cannot be opened.

Key Updates

Web SDK v1.0.16 Changes

Pose Tracking: MediaPipe Pose supplements user tracking and improves detection stability.
Detection Result API: User presence and count are now provided through personDetected and personCount.
Specific Camera Errors: Camera-in-use, device-not-found, permission-denied, and other startup failures now have specific error codes.
Runtime Stability: Invalid video frame handling, initial model preparation, MediaPipe asset paths, and execution fallback behavior have been improved.

MonitorDog Web SDK Released: Real-Time Screen Security Detection in the Browser

|
4 min read
MonitorDog Team
AI-Powered Visual Hacking Protection Solution
MonitorDog real-time detection is now available in web applications.

Even in environments where installing a separate desktop agent is difficult, you can use the browser and webcam to detect security risks around the screen and reflect the results immediately in your service UI.

Key Release Details

MonitorDog Web SDK Released

Real-Time Browser Detection: Detect faces and phones in webcam video and deliver the results to your web application.
Flexible Installation: Use the npm package or static zip in frontend projects, JSP/WAR applications, and static HTML environments.
Local AI Inference: Run detection in the browser with encrypted ONNX models and a WebAssembly runtime.
Secure Session Integration: Configure SDK sessions through your server-side token broker without exposing the Partner API Key to the browser.