Results 502 comments of hipersayanX

This is the webcamoid/WebcamoidIssues#48 for sure. >This may be related to issue webcamoid/WebcamoidIssues#48 although it is unclear what these "Natural" and "Fixed" modes are and how to configure them. **Natural**...

And as I said before, those changes has nothing to do on how slow or fast the effects runs, those changes just change the way on how the effects are...

Right now no. but things like screen cropping, zooming, mouse hide/show are planned for 9.x series. Features like screen cast and picture in picture are planned for 10.x series.

You can look at [Flip plugin](https://github.com/webcamoid/webcamoid/tree/master/libAvKys/Plugins/Flip/) for a basic example plugin, and [Qt Network](https://doc.qt.io/qt-5/qtnetwork-module.html) documentation for capturing the stream.

The general project problem is the lack of software developers et all, being me the only developer that must carry with all the weight of: developing Webcamoid, the virtual cameras,...

Pretty much easier, a roughly code sketch is basically like this: ``` AkPacket ImageOverlayElement::iStream(const AkPacket &packet) { QImage src = AkUtils::packetToImage(packet); QImage oFrame = src.convertToFormat(QImage::Format_ARGB32); QPainter painter; painter.begin(&oFrame); painter.drawImage(QRect(0, 0,...

Weird, I been tested it in Catalina and it was working fine.

Not sure, mut maybe [this PR](https://github.com/webcamoid/webcamoid/pull/564) could have fixed this bug? (did not tested yet). @canalnoises I will keep supporting this old version of Mac as long as I can,...

@canalnoises Is dying [somewhere in here](https://github.com/webcamoid/webcamoid/blob/6093d8cc68592f3e35c68c7a1812d89ba96a9f95/libAvKys/Plugins/VideoCapture/src/capture/avfoundation/src/captureavfoundation.mm#L611), probably [here](https://github.com/webcamoid/webcamoid/blob/6093d8cc68592f3e35c68c7a1812d89ba96a9f95/libAvKys/Plugins/VideoCapture/src/capture/avfoundation/src/captureavfoundation.mm#L683), because Apple has the marvelous idea of crashing apps (on pourpose) in which the user did not give explicit permissions for accessing...

@canalnoises just in case, do you have experience programming, working with Cmake, homebrew, Xcode or Qt Creator? so we can advance quickly.