Compare commits
2 Commits
62b76d3620
...
140cf9d600
Author | SHA1 | Date |
---|---|---|
|
140cf9d600 | |
|
72287ce89e |
|
@ -11,6 +11,8 @@ import pyvirtualcam
|
|||
# Import OS-specific modules only when necessary
|
||||
if platform.system() == 'Darwin': # macOS
|
||||
import AVFoundation
|
||||
elif platform.system() == 'Windows' or platform.system() == 'Linux':
|
||||
from pygrabber.dshow_graph import FilterGraph
|
||||
|
||||
# Import Windows specific modules only when on windows platform
|
||||
if platform.system() == 'Windows' or platform.system() == 'Linux': # Windows or Linux
|
||||
|
|
Loading…
Reference in New Issue