Skip to content
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.

loss of accelerometer data #101

Open
GoogleCodeExporter opened this issue May 5, 2015 · 0 comments
Open

loss of accelerometer data #101

GoogleCodeExporter opened this issue May 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant