clariusdev / mobileapi

Android API Allowing IPC with the Clarius App
https://www.clarius.com
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

mobileAPI for iOS #2

Closed mattiaspaul closed 3 years ago

mattiaspaul commented 3 years ago

great work on the android API, we are working on a research project that would require computation on Apple hardware, are they any plans to release a mobileAPI for iOS in the near future? (access to raw video stream would be sufficient, maybe ReplayKit2 could be employed). Thanks

clariusk commented 3 years ago

thank you for the feedback, there are no plans to build an iOS specific API, as after some research it seems IPC on that platform is a bit complicated. Investigating ReplayKit is a good idea however if it just the image stream that is required. thanks