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
Hey, I have this error showing up when trying to run sudo python3 main.py:
sudo python3 main.py
Traceback (most recent call last): File "main.py", line 11, in <module> import v4l2 ModuleNotFoundError: No module named 'v4l2' Please help :)
Traceback (most recent call last): File "main.py", line 11, in <module> import v4l2 ModuleNotFoundError: No module named 'v4l2'
The text was updated successfully, but these errors were encountered:
Hi, Have you followed this step and verified the v4l2 installation is successful using this method
Sorry, something went wrong.
No branches or pull requests
Hey, I have this error showing up when trying to run
sudo python3 main.py
:Traceback (most recent call last): File "main.py", line 11, in <module> import v4l2 ModuleNotFoundError: No module named 'v4l2'
Please help :)
The text was updated successfully, but these errors were encountered: