An android application that interacts with various sensors which are commonly available on most smartphones. Interacts with:
- Accelerometer
- Gives the values of the X, Y, Z axis respect to the device's position.
- Gyroscope
- Gives the values of the X, Y, Z axis respect to the device's position.
- Proximity Sensor
- Tells when any object is close to the device by changing colors.
- Camera
- Take a picture through the secondary camera of the device and stores the image in the gallery.
Future Scope:
- To add wake up functionality when one hovers hand over the proximity sensor.
- To add wake up functionality when one lifts up the device.
- To add video capturing capability.
- Add support for more sensors.