Skip to content
New issue

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

loss of accelerometer data #101

Open
GoogleCodeExporter opened this issue Sep 4, 2015 · 0 comments
Open

loss of accelerometer data #101

GoogleCodeExporter opened this issue Sep 4, 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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant