Skip to content
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

altered webcam resolution is non-permament #13

Open
tomthecat opened this issue Apr 1, 2020 · 0 comments
Open

altered webcam resolution is non-permament #13

tomthecat opened this issue Apr 1, 2020 · 0 comments

Comments

@tomthecat
Copy link

steps to reproduce

  1. Close any programs using the droidcam webcam. Unload the device driver:
    sudo rmmod v4l2loopback_dc

  2. Re-load it with new resolution:
    sudo insmod /lib/modules/uname -r/kernel/drivers/media/video/v4l2loopback-dc.ko width=1280 height=720

  3. Restart the droidcam client: Works with 720p resolution.

  4. 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

  5. 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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant