Giter VIP home page Giter VIP logo

cmotion's People

Contributors

bluewhile avatar pscholl avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

cmotion's Issues

mobile activity may crash onDestroy

Pretty random: but the sensorlist will be empty before that.
Probably the autodiscovery is not registered properly and onDestroy we try to remove the broadcastreceiver

Glass <-> Mobile Communication

execessive traffic due to status messages, intentforwarder needs to be made more robust. I.e. use a queue for intents and do not recreate the bluetooth connection for each intent.

permissions on Android

aks for runtime permission when activating audio, video or location sensors. This needs to happen in the Service not in the UI, since we can also start the recording NOT from the UI. see PermissionDialog.java. This is currently asked for before starting a recording, which is too late, as the permissions are not effective (bummer). Need to use the RecorderCommands to delay a start command until the permissions have been cleared by the users.

fix sensormodel confusion

Due to name mangling, name (to be displayed to the user) and identifiers for sensors instantiation not all sensor worked. Find a way to make to this more explicit without using yet another wrapper.

app-standby freezes socket connections

Sensor data is buffered until app is taken out from app standby (when?). Data might be eventually lost. To test start a recording and use

 adb shell am set-inactive es.uni_freiburg.de.cmotion true

and check the TCP buffers with

netstat -tn

Possible fix: use unix sockets instead of TCP sockets

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.