Closed Glecun closed 1 year ago
Is the first process still running? e.g. if you run ps aux | grep weffe
does it show a task running?
Alternatively, this may be because the input webcam stream is already being used by another application.
if you run ps aux | grep weffe does it show a task running?
Unfortunately no :disappointed:
I think there is an error when re-creating a blank virtual webcam. If I retry weffe -a
, it doesn't print any errors but I can't see/select the virtual webcam in chrome (for example)
Same problem.. :(
weffe -a
is supposed to create the virtual webcam by loading v4l2loopback, a kernel module. Right now there's no wrapper command to remove this kernel module although running sudo modprobe -r v4l2loopback
would undo that (I can add this soon). Can you tell me if that works? If so, I may make weffe -a
automatically remove an existing v4l2loopback module before reactivating it.
As a side note, was Chrome opened before weffe -a
was run? Sometimes the kernel module has to be activated and the virtual webcam has to be streaming when a program is opened for that software to recognize it.
Can you tell me if that works? If so, I may make weffe -a automatically remove an existing v4l2loopback module before reactivating it.
I can confirm that running sudo modprobe -r v4l2loopback
before weffe -a
definitively works ! :tada:
I've just merged this change so you can rerun weffe -a
without the modprobe commnad. Hope this helps!
Hi ! I've got an error when I restart weffe (great job btw).
Example:
works perfectly fine But when I close the terminal and re-open an other and redo this:
I've got an error