Skip to content
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

Osx win linux camera facade #44

Closed

Conversation

trivedigaurav
Copy link
Member

Added camera implementation using Kivy. It builds an app to capture and save an image from the camera. Similar to what we had for Android. As of now, Kivy's image.save() needs a patch wrt kivy/kivy#1974, but fixing that makes this facade work fine.

@inclement
Copy link
Member

I don't think this is a good way to access the camera, we don't want to depend on Kivy. Instead it would be better to access it directly using appropriate native libraries, presumably the same way Kivy itself does.

@trivedigaurav
Copy link
Member Author

@inclement: We'd have to rely on some libraries though. I suggested OpenCV as used in Kivy. But I agreed with @brousch when he said in #30 (comment) we could also consider using Kivy.

@akshayaurora
Copy link
Member

Closing this as player is supposed to not be tied to any one UI library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants