Open GoogleCodeExporter opened 9 years ago
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 damiano....@gmail.com on 14 Sep 2013 at 2:44
damiano....@gmail.com
Attachments:
Original issue reported on code.google.com by
damiano....@gmail.com
on 14 Sep 2013 at 2:44Attachments: