Skip to content

anthonyburdi/Android-Data-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Android-Data-Logger

Introduction

Record video and log location and accelerometer data to file.
TODO:

  • Add more threading to move long-running tasks off main thread
  • Enhance user interface including upload notifications
  • Modularize code
  • Clean up cruft from demo code

Based on Android Camera2Video Sample, location and accelerometer samples. Also Amazon S3 sample.

Pre-requisites

  • Android SDK v21
  • Android Build Tools v21.1.1
  • Android Support Repository

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Use Android File Transfer to view files on your device.

License

Some of the code is Copyright 2014 The Android Open Source Project, Inc.

All of the code is Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Camera, location and accelerometer logging to file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages