We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1488a0 commit a3f49a6Copy full SHA for a3f49a6
afy/cam_fomm.py
@@ -17,6 +17,13 @@
17
if _platform == 'linux' or _platform == 'linux2':
18
import pyfakewebcam
19
_streaming = True
20
+
21
22
+if _platform == 'darwin':
23
+ if opt.worker_host is None:
24
+ log('\nOnly remote GPU mode is supported for Mac (use --worker-host option to connect to the server)')
25
+ log('Standalone version will be available lately!\n')
26
+ exit()
27
28
29
def is_new_frame_better(source, driving, precitor):
0 commit comments