Open Levoment opened 1 year ago
Just a question, not a bug report. Can virtual cameras be opened as streams in glslViewer? In Windows, if ffmpeg is installed one can run
ffmpeg -stats -hide_banner -list_devices true -f dshow -i dummy
To show virtual devices like audio virtual devices and video virtual devices. Depending on what devices one has installed, it may show names like
"Intel Virtual Camera" "OBS Virtual Camera"
I tried with --video "OBS Virtual Camera", but I got failed to open input.
--video "OBS Virtual Camera"
failed to open input
Just a question, not a bug report. Can virtual cameras be opened as streams in glslViewer? In Windows, if ffmpeg is installed one can run
To show virtual devices like audio virtual devices and video virtual devices. Depending on what devices one has installed, it may show names like
I tried with
--video "OBS Virtual Camera"
, but I gotfailed to open input
.