-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera Support for iOS #21
Comments
does this still need to be built? I'm about to do a port of UIWebView for Kivy / iOS since it doesn't seem to exist unless someone is already on it |
@bluecollar Yes, this is still pending. Thanks. |
Thanks for replying. I've built a Kivy project which has iOS-based camera support. Is there anyone who wants to walk me through what I should do 'proper' to get this into Kivy? Currently I have an Obj C object which does all the work (via avfoundation), pyobjus for the relevant class bindings to python, and then a custom widget. From my understanding 'provider' work has to be done, which is the one thing outside of my [current] scope. any takers? |
@bluecollar That's good to hear! Ideally we'd like to handle everything using pyobjus but there are certain limitations. So we use a bridge.m for that. You would like to check https://github.com/kivy/pyobjus/tree/c5e135b8fd86a506d1ff4e67521d86a0024e6353/objc_classes/aux. Currently accelerometer, compass and gyroscope use this bridge. |
Any update on camera support? |
I need this feature for an app I am creating. If anyone has any interest I can fund the bounty. |
This would be HUGE! I basically need to figure this out, or find a new platform for the iOS version of my app. Shame, because the Android version is basically done :( |
@bluecollar Hey - would you mind if I took a look at your project? |
Seconded...any hints as to how to get the camera going on iOS would be immensely helpful |
Is there a technical barrier to achieving this? Any new developments? |
Closed by #167. |
Add support for the camera facade to iOS
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3772096-camera-support-for-ios?utm_campaign=plugin&utm_content=tracker%2F77151&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F77151&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: