hipersayanX
hipersayanX
Not sure how they does, must check the sources, but most probably is something closely related to the graphics server. I prefer to see how they does and copy the...
Webcamoid only save the format, the resolution and the frame rate for now. But sure, that feature can be added. >As an additional suggestion, it would be great if the...
@fredevery Probably a good idea is to save that configs at [setImageControls](https://github.com/webcamoid/webcamoid/blob/master/libAvKys/Plugins/VideoCapture/src/videocaptureelement.cpp#L252) and [setCameraControls](https://github.com/webcamoid/webcamoid/blob/master/libAvKys/Plugins/VideoCapture/src/videocaptureelement.cpp#L276), and restore the configs at [setMedia](https://github.com/webcamoid/webcamoid/blob/master/libAvKys/Plugins/VideoCapture/src/videocaptureelement.cpp#L461) and [reset](https://github.com/webcamoid/webcamoid/blob/master/libAvKys/Plugins/VideoCapture/src/videocaptureelement.cpp#L578), all camera configs goes in the **VideoCapture** group,...
I don't have a Kinect to do any test, I need more info about supported formats and so on. ``` v4l2-ctl -d /dev/videoX --list-formats-ext v4l2-ctl -d /dev/videoX --all v4l2-compliance -d...
@NeonHorizon thanks!
I'm not familiarized with midi/osc, how exactly would it work? can you give a list of programs that use that feature?
I've read your question many times but I did not understand what you want to do. - Do you want to send different streams depending of the video format selected...
Ok, now I understand, it was not supposed to work like that. >Is it possible to implement exclusive mode? Yes of course. The camera setup pipeline is basically: [getting the...
If it's the [UWP version](https://github.com/webcamoid/akvirtualcamera/wiki/Support-status#windows), the virtual camera won't never work there.
According to [this](https://answers.microsoft.com/en-us/skype/forum/all/what-is-the-latest-version-of-skype/d09aeceb-3440-4a8f-b069-eba182e74559), Skype 7 was probably the last version to depend on DirectShow to capture from the webcam. Just in case, the OBS (the official version, not the Streamlabs...