letmaik / pyvirtualcam

🎥 Send frames to a virtual camera from Python
GNU General Public License v2.0
452 stars 49 forks source link

Ability to select a particular virtual camera from a list of virtual camera devices #89

Closed ashutoshbhadoria closed 1 year ago

ashutoshbhadoria commented 1 year ago

Current Behaviour: Select the first virtual camera device and send the frames to the selected virtual camera.

Requested Behaviour: Allow to enumerate the virtual camera devices and selected one of the virtual camera from the list to send the frames.

ashutoshbhadoria commented 1 year ago

Sorry my bad, looks like the API docs mentions a parameter device. I just referred to the README.