Releases: letmaik/pyvirtualcam
Releases · letmaik/pyvirtualcam
0.11.1
Added
- macOS arm64 support (Python 3.10 and higher).
0.10.1
Fixed
- macOS: Fix performance on M1 (#99).
0.10.0
Added
- macOS: OBS 28 support (#95).
Removed
- macOS: Drop OBS 26 / 27 support.
0.9.1
Fixed
- macOS: Python 3.10 wheel was incorrectly named (universal2 instead of x86_64)
0.9.0
Added
Removed
Fixed
- Linux: Close opened devices if
device
is not given (#59)
0.8.0
Added
- Windows: Unity Capture virtual camera with RGBA support (#56).
gif_rgba.py
sample for showing transparent GIFs in RGBA format.
Removed
delay
argument of Camera
has been removed (deprecated since 0.4.0).
0.7.0
Added
- API documentation.
pyvirtualcam.register_backend()
for registering custom backends.
latency.py
sample for visually evaluating latency.
--filter
flag in webcam_filter.py
sample for choosing a filter (shake
or none
).