We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Traceback (most recent call last): File "/Users/zainimran/Library/Application Support/Blender/4.1/scripts/addons/BlendArMocap-main/src/cgt_mediapipe/cgt_mp_detection_operator.py", line 111, in execute stream = self.get_stream() ^^^^^^^^^^^^^^^^^ File "/Users/zainimran/Library/Application Support/Blender/4.1/scripts/addons/BlendArMocap-main/src/cgt_mediapipe/cgt_mp_detection_operator.py", line 91, in get_stream stream = cv_stream.Stream( ^^^^^^^^^^^^^^^^^ File "/Users/zainimran/Library/Application Support/Blender/4.1/scripts/addons/BlendArMocap-main/src/cgt_mediapipe/cgt_mp_core/cv_stream.py", line 39, in init raise IOError("Cannot open webcam") OSError: Cannot open webcam
Am having issues with opening camera. I am on a mac.
The text was updated successfully, but these errors were encountered:
I had the same issue on windows.
What solved it for me was using webcam device slot 0 instead of slot 1.
Sorry, something went wrong.
No branches or pull requests
Python: Traceback (most recent call last):
File "/Users/zainimran/Library/Application Support/Blender/4.1/scripts/addons/BlendArMocap-main/src/cgt_mediapipe/cgt_mp_detection_operator.py", line 111, in execute
stream = self.get_stream()
^^^^^^^^^^^^^^^^^
File "/Users/zainimran/Library/Application Support/Blender/4.1/scripts/addons/BlendArMocap-main/src/cgt_mediapipe/cgt_mp_detection_operator.py", line 91, in get_stream
stream = cv_stream.Stream(
^^^^^^^^^^^^^^^^^
File "/Users/zainimran/Library/Application Support/Blender/4.1/scripts/addons/BlendArMocap-main/src/cgt_mediapipe/cgt_mp_core/cv_stream.py", line 39, in init
raise IOError("Cannot open webcam")
OSError: Cannot open webcam
Am having issues with opening camera. I am on a mac.
The text was updated successfully, but these errors were encountered: