Marc Rousavy

Results 1813 comments of Marc Rousavy

1. Please stop pinging me, I am not free support. 2. Skia is a `*` peerDependency - it is not pinned to a version. If you install 1.7.7., VisionCamera will...

That's because the `FrameHostObject` is not exposed, it's a private API. Why would you need that?

Ahh, now I get it. I thought you were including `FrameHostObject.h` yourself. Okay I see the issue. I'll think about this a bit, but this is not easy to fix....

As a workaround, you can just build an Objective-C Frame Processor plugin, which then later calls into Objective-C++ inside it's callback body.

In the future everything will be Swift. It's the direction I want to move towards with VisionCamera. With Swift 5.9/6 you can call a lot of C++ methods directly anyways,...

I think OpenCV can be used from Swift. Either directly, or with some simple C++ bridging code. Either way, this should be a tiny bit faster than Objective-C.

> No, I cannot reproduce the issue in the Example app Sorry but then I guess this is an issue in your app..

Yea I'm sorry but that comment gives even less context. Not even logs. There's nothing I can do at this point if it cannot be reproduced in the example app.

I guess in this case you'd have to manually declare it in your spec. I'll think about it