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
steps to reproduce
Close any programs using the droidcam webcam. Unload the device driver: sudo rmmod v4l2loopback_dc
sudo rmmod v4l2loopback_dc
Re-load it with new resolution: sudo insmod /lib/modules/uname -r/kernel/drivers/media/video/v4l2loopback-dc.ko width=1280 height=720
sudo insmod /lib/modules/
/kernel/drivers/media/video/v4l2loopback-dc.ko width=1280 height=720
Restart the droidcam client: Works with 720p resolution.
Edit the text file /etc/modprobe.d/droidcam.conf with the new options to make the change stick: options v4l2loopback_dc width=1280 height=720
options v4l2loopback_dc width=1280 height=720
reboot
actual behaviour
Despite the droidcam.conf entries, the resolution falls back to 640 x 480.
expected behaviour
The changes in resolution should be permanent.
version number DroidCamX 6.7.3 latest Linux client from https://www.dev47apps.com/files/linux/droidcam_latest.zip
operating systems Android 9 openSUSE Leap 15.1 w/ KDE and kernel 5.3.8 mobile:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
steps to reproduce
Close any programs using the droidcam webcam. Unload the device driver:
sudo rmmod v4l2loopback_dc
Re-load it with new resolution:
sudo insmod /lib/modules/
uname -r/kernel/drivers/media/video/v4l2loopback-dc.ko width=1280 height=720
Restart the droidcam client: Works with 720p resolution.
Edit the text file /etc/modprobe.d/droidcam.conf with the new options to make the change stick:
options v4l2loopback_dc width=1280 height=720
reboot
actual behaviour
Despite the droidcam.conf entries, the resolution falls back to 640 x 480.
expected behaviour
The changes in resolution should be permanent.
version number
DroidCamX 6.7.3
latest Linux client from https://www.dev47apps.com/files/linux/droidcam_latest.zip
operating systems
Android 9
openSUSE Leap 15.1 w/ KDE and kernel 5.3.8
mobile:
The text was updated successfully, but these errors were encountered: