visual-cortex-capture 0.1.0

Screen-capture abstraction for visual-cortex: frames, regions, rates, the FrameSource trait, and the macOS ScreenCaptureKit backend.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "visual-cortex-capture"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Screen-capture abstraction for visual-cortex: frames, regions, rates, the FrameSource trait, and the macOS ScreenCaptureKit backend."

[dependencies]
async-trait.workspace = true
thiserror.workspace = true

[target.'cfg(target_os = "macos")'.dependencies]
scap = "0.0.8"

[dev-dependencies]
tokio = { workspace = true }