The hardcoded /dev/video20 for output can sometimes be a bit inconvenient, so this PR adds a flag --output to the CLI which accepts the path to the device to output the stream to.
I've thought about implementing it for the GUI as well, but I use fakecam primarily from the CLI and don't have Glade installed so I'll leave that up to someone else.
The hardcoded
/dev/video20
for output can sometimes be a bit inconvenient, so this PR adds a flag--output
to the CLI which accepts the path to the device to output the stream to. I've thought about implementing it for the GUI as well, but I use fakecam primarily from the CLI and don't have Glade installed so I'll leave that up to someone else.