Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geraldohomero/iriunwebcam-linux-error
error page: initialization failed you may want to run: sudo modprobe 4l2loopback exclusive_caps=1
https://github.com/geraldohomero/iriunwebcam-linux-error
Last synced: about 8 hours ago
JSON representation
error page: initialization failed you may want to run: sudo modprobe 4l2loopback exclusive_caps=1
- Host: GitHub
- URL: https://github.com/geraldohomero/iriunwebcam-linux-error
- Owner: geraldohomero
- Created: 2022-06-26T14:22:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T22:50:19.000Z (7 months ago)
- Last Synced: 2024-06-07T23:44:44.058Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a bash script for automation of the Iriun Webcam (fix error screen on Linux)
*Error page: initialization failed you may want to run: sudo modprobe 4l2loopback exclusive_caps=1*![image](https://user-images.githubusercontent.com/70844369/175819438-1f221204-a006-4970-baf1-78cbf2b2f745.png#vitrinedev)
Open Terminal
1. Create bash file (on your home directory)
`touch iriun.sh`
2. Edit bash file
`nano iriun.sh`
Paste (Ctrl+Shift+V):
`sudo rmmod v4l2loopback && sudo modprobe v4l2loopback exclusive_caps=1`
Ctrl + o (save), Enter (ok), Ctrl + X (exit)
3. Make it executable:
`sudo chmod +x iriun.sh`
4. Every time you want to open the Iriun Webcam run:
`./iriun.sh`
5. Then, open the application
You can download the iriun.sh on the release page
***
>I recommend reinstalling the 4l2loopback - See how [here](https://github.com/umlaeute/v4l2loopback#install)