feat: support duplication of frames to multiple devices #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Adds multi-device output for Linux v4l2loopback (single conversion, duplicated writes) and updates CI to drop Windows builds and publish wheels to GitHub Releases.
VirtualOutput: support multiple devices (_camera_fds,_camera_devices); write frames to all; improved auto-detect, validation, and cleanup;device()returns comma-separated list.native_linux_v4l2loopback/main.cpp): acceptdeviceas generic Python object; parse string or sequence into device list; default toNone.pyvirtualcam/camera.py):devicenowUnion[str, List[str]]on Linux; normalize list forv4l2loopback; docs clarify multi-device usage.examples/multi_device.pydemonstrating single vs multi-device usage and frame duplication.publish-wheelsjob to create GitHub Release and upload built wheels on version tags.publish-docs(GitHub Pages) on tags.Written by Cursor Bugbot for commit 4c6d6be. This will update automatically on new commits. Configure here.