-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
OSError: [Errno 22] Invalid argument fcntl.ioctl #7
Comments
I'm running into the same issue on Mint 19.3:
|
its seems |
That seems to fix it, thanks! |
Ubuntu 18.04 #remove apt package #install aux #install v4l2loopback from the repository #instal mod |
Do you happen to know if these steps are relevant for Ubuntu 20.04? Thanks! |
Using video2 instead of video1 worked for me. (Ubuntu 20.04) |
I have the same problem with Ubuntu 21.04. (I have already tried all mentioned fixes). Any ideas? |
Do see the output of In your modprobe command choose a virtual device number that is not already present. In my case I used With |
@JanSurft Thanks a lot! Now it works! I think the explicit phrase of the video ID did the trick.
|
For me, it was |
Dear @jremmons - Firstly thanks for this project, this is exactly what I was looking for!
I tried running the project (both pip installed and via local pulls (both tagged release and master branch) but keep getting and "OSError: [Errno 22] Invalid argument" on the fcntl.ioctl call.
I tried using both webcams w/o success. I also did a
ls /dev | grep video
and tried the different devices w/o success.
Suspecting an issue with the settings object _v4l2.v4l2_format() I also tried to strip that down w/o success. I'm running on Ubuntu 18 with all the required dependency installs. Any suggestions on possible ways to debug this?
The text was updated successfully, but these errors were encountered: