API

scitex-capture — AI’s Camera (standalone screen-capture for WSL + Windows).

A lightweight, intuitive screen capture library optimized for WSL and Windows.

Features: - Windows host screen capture from WSL - Multi-monitor support - JPEG compression for smaller file sizes - Continuous monitoring with configurable intervals - Human-readable timestamps - Thread-safe operation

Usage:

import scitex_capture as capture

# Single screenshot capture.snap(“debug message”)

# Multi-monitor capture.snap(capture_all=True)

# Continuous monitoring capture.start() # … do work … capture.stop()