Prototypic Examples for Android AR Apps with Kivy
This repository contains several Kivy Apps. They are only prototyic Test Apps with some single functionalities. The Goal was to test the Framework Kivy with regards to an Augmented Realtiy App, which maybe will be done in the future. For others it may be a collection for their start with the Kivy Framework.
With exception to the last App, all other Apps are build successive.
This App was used to get the Buildprocess running. It has only some simple features, like a Scatterbox and a Textfield.
Sources:
- https://www.youtube.com/watch?v=2Gc8iYJQ_qk
- https://github.com/inclement/kivycrashcourse/tree/master/video8-lets_fix_some_bugs
Enhances App 01 with an Android Toast.
Sources:
- https://github.com/kivy/plyer/tree/master/examples/notification
- https://plyer.readthedocs.io/en/latest/index.html#plyer.facades.Notification
Simple Camera with working Permission on Android SDK 23+.
Source:
Camera with OpenCV and Face Recognition.
Source:
Camera with simple OpenCV-Filter: Grayscale, Invert and Edges.
Source:
Camera with overlayed Horizon, based on Gravity Sensor Data.
Source:
Camera with Horizon and Compass Display (South). The Compass works unreliable.
Source:
Accelerometer and Gyroscope added.
Sources:
- https://github.com/kivy/plyer/tree/master/examples/accelerometer
- https://github.com/kivy/plyer/tree/master/examples/gyroscope
GPS Example working. Using GPS Permissions.
Sources: