mediapipe
mediapipe copied to clipboard
How can we integrate mediapipe to our custom iOS application?
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!
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.
Closing as stale. Please reopen if you'd like to work on this further.