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
pyv4l2 cannot be installed on MacOS using below command: pip install pyv4l2
error message: pyv4l2/frame.c:275:10: fatal error: 'linux/videodev2.h' file not found #include "linux/videodev2.h"
The text was updated successfully, but these errors were encountered:
Hi @LongZhai I'm not a dev for this repo, but v4l2 is Linux kernel thing. So unfortunately I don't think it will work on MacOS.
Sorry, something went wrong.
No branches or pull requests
pyv4l2 cannot be installed on MacOS
using below command:
pip install pyv4l2
error message:
pyv4l2/frame.c:275:10: fatal error: 'linux/videodev2.h' file not found
#include "linux/videodev2.h"
The text was updated successfully, but these errors were encountered: