Skip to content

Releases: francescogabbrielli/sensor-logger

Version 0.3.5

21 Nov 23:46
Compare
Choose a tag to compare

Improvements

  • Change sensor axes 3D orientation
  • Stream sensor headers only when connected

Bugfixes

  • Streaming automatically

Version 0.3.4

07 Nov 18:55
Compare
Choose a tag to compare
Version 0.3.4 Pre-release
Pre-release

Improvments

  • Auto-record on a streaming request
  • Record on touch or trackball
  • Basic 3D rotation implementation for sensors axes

Bugfixes

  • Some settings were overwritten before permission request
  • Animations might throw exceptions

Version 0.3.2

08 Oct 21:18
Compare
Choose a tag to compare

Improvements

  • EXPERIMENTAL; Streaming server
  • Configuration for sensors and loggers
  • FTP transfer speed for images
  • Minor bugfixes

Version 0.3.1

28 Sep 23:26
Compare
Choose a tag to compare

Improvements

  • Added OpenCV 3.2.0 (bundled)
  • Removed old Camera API
  • Up to 25 fps (and beyond)
  • Use fixed frame rate for logging with millisecond precision both for camera and sensors (...but sensors accuracy can be improved)
  • Folder organization and clean filenames

Bugfixes

  • FTP connection and folders creation

Version 0.3.0

25 Sep 18:09
Compare
Choose a tag to compare

UPDATES

  • Bugfixes and improved stability
  • Record with volume keys
  • Data gathered in folders and numbered with timestamps

LIMITATIONS

  • Requires Android API 21 (or above)
  • Frame capture limited to 10 frames per second

Demo 0.2.4

09 Aug 12:01
Compare
Choose a tag to compare
Changes

- Settings loading in background

Bugfixes
- Settings (relative to permissions) were not retained in the first attempt of granting permissions
- Camera opening and disposal
- Error selecting some sensors in recording

Demo 0.2.3

08 Aug 03:28
Compare
Choose a tag to compare
0.2.3.1

Local logfiles implementation (draft) and FTP

Demo 0.2.2

08 Aug 01:35
Compare
Choose a tag to compare
Settings

- can choose to print time or notin the first row
- tagged headers row as experimental feature
- new FTP section

Camera Handler
- refactored in separate class