dashxplorazzi

Results 6 comments of dashxplorazzi

> To integrate OpenCV with your project for use with MediaPipe and Swift, you can exclude the OpenCV framework itself and simply incorporate the OpenCV headers. This approach works because...

> Your are right, not all Symbols from OpenCV are part of the Mediapipe static library, as some are absent. A viable approach would be to recompile the entire project...

> > I have a similar issue with just OpenCV. From my understanding libMediaPipeTasksCommon_device_graph.a has OpenCV build in it > > As of now libMediaPipeTasksCommon_device_graph.a is force linked to the...

> I'm going to be nice and share the library that's compiled with the Opencv4.8 (a month worth of work). MediaPipeTaskGraphs_library-arm64-apple-ios12.0-fl.a should replace the existing static library in your project....

> @dashxplorazzi is your issue resolved? @Umar888 - I was able to compile Mediapipe library framework with changes to OpenCV build but it does not link to my project.

> @dashxplorazzi , now what should be solution of it, implementing opencv and mediapipe is very important for my project. Our android application is already released, iOS is struck just...