mediapipe icon indicating copy to clipboard operation
mediapipe copied to clipboard

How can we integrate mediapipe to our custom iOS application?

Open pratyushpratik-thesilverlabs opened this issue 3 years ago • 1 comments

I have referred to the docs of mediapipe but there is not any feasible way or some package manager to achieve this. Also, there is no support for Swift. There is only ways through which we can run examples application of mediapipe but none for the integration to custom iOS application.

Hi @pratyushpratik-thesilverlabs, MediaPipe native APIs C++ can support bindings to Swift.

There is cpp interop which looks like: https://github.com/pschuh/cpp_example/blob/master/Sources/CPPExample/include/example.h This can be used like: https://github.com/pschuh/cpp_example/blob/master/Sources/Example/Basic.swift.

I expect that you'll need a swift wrapper over the c++ code for a while into the future. We have already demo example of custom iOS application contributed by Googler here.

Please go through the demo mentioned above and revert back if any further queries. Thank you!

kuaashish avatar Sep 16 '22 07:09 kuaashish

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.

google-ml-butler[bot] avatar Sep 23 '22 07:09 google-ml-butler[bot]

Closing as stale. Please reopen if you'd like to work on this further.

google-ml-butler[bot] avatar Oct 06 '22 06:10 google-ml-butler[bot]

Are you satisfied with the resolution of your issue? Yes No

google-ml-butler[bot] avatar Oct 06 '22 06:10 google-ml-butler[bot]