We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is my funf configuration. <resources> <string name="app_name">Awareness Sensing Application</string> <string name="default_pipeline"> { "@type": "edu.mit.media.funf.pipeline.BasicPipeline", "name": "default", "version": 1, "archive": { "@schedule": { "interval": 3600 } }, "data": [ { "@type": "it.epocaricerca.mobile.sensing.probe.AudioProbe", "RECORDER_SAMPLERATE": 44100, "RECORDER_BPP" : 16 }, { "@type": "edu.mit.media.funf.probe.builtin.LocationProbe", "@schedule": { "interval": 0, "duration": 0, "opportunistic": false, "strict": true }, "useCache": false, "useNetwork" : false }, { "@type": "edu.mit.media.funf.probe.builtin.AccelerometerSensorProbe", "@schedule": { "interval": 0, "duration": 0, "opportunistic": false, "strict": true }, "sensorDelay": "UI" }, "it.epocaricerca.mobile.sensing.probe.GroundTruthProbe" ] } </string> </resources> I have experimented a loss of data in collecting accelerometer data configured with a UI delay. Operating System and Device Info Android 4.1.2 running on a Galaxy Note 2.
Original issue reported on code.google.com by [email protected] on 14 Sep 2013 at 2:44
[email protected]
Attachments:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 14 Sep 2013 at 2:44Attachments:
The text was updated successfully, but these errors were encountered: