You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
➜ ~ python -matx screenrecord -o out.avi
starting minicap 1080x1920@1080x1920/0
minicap connected (1, 24, 3069, 1080, 1920, 1080, 1920, 0, 2)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Library/Python/2.7/site-packages/atx/main.py", line 171, in
main()
File "/Library/Python/2.7/site-packages/atx/main.py", line 168, in main
args.func(args)
File "/Library/Python/2.7/site-packages/atx/main.py", line 48, in _inner
return inject(mod.main, pargs)
File "/Library/Python/2.7/site-packages/atx/main.py", line 39, in inject
return func(args)
File "/Library/Python/2.7/site-packages/atx/cmds/screenrecord.py", line 51, in main
fourcc = cv2.cv.FOURCC('MJPG')
AttributeError: 'module' object has no attribute 'cv'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version information
已经查看过并参考重新安装,错误依旧。使用minicap录屏报错,貌似是说缺少cv #158
➜ ~ python -matx screenrecord -o out.avi
starting minicap 1080x1920@1080x1920/0
minicap connected (1, 24, 3069, 1080, 1920, 1080, 1920, 0, 2)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Library/Python/2.7/site-packages/atx/main.py", line 171, in
main()
File "/Library/Python/2.7/site-packages/atx/main.py", line 168, in main
args.func(args)
File "/Library/Python/2.7/site-packages/atx/main.py", line 48, in _inner
return inject(mod.main, pargs)
File "/Library/Python/2.7/site-packages/atx/main.py", line 39, in inject
return func(args)
File "/Library/Python/2.7/site-packages/atx/cmds/screenrecord.py", line 51, in main
fourcc = cv2.cv.FOURCC('MJPG')
AttributeError: 'module' object has no attribute 'cv'
The text was updated successfully, but these errors were encountered: