Elliot Killick
Elliot Killick
Your webcam can probably also support a higher resolution than `640x480`. You can see all the resolutions for your webcam supports with `v4l2-ctl -d 0 --list-formats-ext`. Then you can set...
Yeah, I wasn't quite sure how `qrexec-client-vm` would work for specifying multiple possible target qubes as it only allowed for specifying one. I figured if I just specify `dom0` then...
Sure, create a blank repo on @QubesOS and I will make a PR into it. Or we can go with what @marmarek suggested, let me know.
Glad to see @QubesOS get this upstreamed into the default Qubes installation! I'm chuffed to have helped in the start of bringing video sharing to the operating system! Thank you...
Yes, this would be highly appreciated Demi!
Wouldn't it be best to just integrate the `v4l2loopback` driver in the [Qubes Linux kernel](https://github.com/QubesOS/qubes-linux-kernel)? Of course, this would taint the kernel but I'm pretty sure it's already tainted through...
That's definitely a good idea. I've heard about (and used) sandboxes such as `firejail` in the past, but never `bubblewrap`. However, after reading the `bubblewrap` README, it appears to allow...
I did consider a UI crash when I was making this project. I was going to set it up so that the video sender shell script simply waited on the...
I totally agree and knew this when I was working with `v4l2-ctl`, however, at the time I was really just looking for a quick solution without getting into C ioctls....
Actually, I decided I'm going to implement this now instead of having to do something in Python only to replace it with a better solution. I already have working C...