LumiaSensorCoreSDK 1.1.1.1
Requires NuGet 2.5 or higher.
dotnet add package LumiaSensorCoreSDK --version 1.1.1.1
NuGet\Install-Package LumiaSensorCoreSDK -Version 1.1.1.1
<PackageReference Include="LumiaSensorCoreSDK" Version="1.1.1.1" />
paket add LumiaSensorCoreSDK --version 1.1.1.1
#r "nuget: LumiaSensorCoreSDK, 1.1.1.1"
// Install LumiaSensorCoreSDK as a Cake Addin #addin nuget:?package=LumiaSensorCoreSDK&version=1.1.1.1 // Install LumiaSensorCoreSDK as a Cake Tool #tool nuget:?package=LumiaSensorCoreSDK&version=1.1.1.1
The Lumia SensorCore SDK is a collection of APIs that utilize data from different sensors, for example, the accelerometer and the GPS. SensorCore APIs can be used to track a user's physical activities and motion. The sensors run constantly in the background, collecting and preserving data for up to the past ten days. Even though the sensors are constantly active, they run in a low power mode, consuming only a negligible amount of battery. Since the sensors provide access to users' private data, data privacy is a critical part of the design. The user has options for controlling SensorCore SDK sensors and collected data through the motion data settings application.
The following features are included in Lumia SensorCore SDK 1.1 Preview:
• Step Counter - Counts the user's walking and running steps.
• Activity Monitor - Determines the current type of motion of the phone and the user.
• Place Monitor - Identifies the user's home, work, and visited places.
• Track Point Monitor - Records location points along the route the user has taken.
• Triggers - For background tasks, for example, for recognizing changes in the step count, or if the user has changed essential settings (location or motion data) in the phone.
Key characteristics of SensorCore SDK
• Power and memory efficient
• Secure data storage on the phone
• Access to motion history for up to ten days
Learn more about the SDK at: https://dev.windows.com/en-us/featured/lumia
Check out our installation guide at: https://msdn.microsoft.com/en-us/library/dn925018.aspx
Platform requirement: Lumia Windows Phone 8.1 with Lumia Cyan or newer SW
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp81 is compatible. wpa81 is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
NEW IN THIS VERSION
New activity classes
• Biking
• MovingInVehicle
New method available in SenseHelper
• GetSettingsAsync
Deprecated methods in SenseHelper
• GetApiStateAsync
• GetSupportedCapabilitiesAsync
PlaceMonitor.Place has new properties
• Timestamp
• LengthOfStay
• TotalLengthOfStay
• TotalVisitCount
New methods available in PlaceMonitor
• GetPlaceHistoryAsync
• GetPlaceAtAsync
New method available in SenseRecording
• LoadFromUriAsync
KNOWN ISSUES
Updating javascript project does not work, previous SensorCore SDK needs to be uninstalled before installing the new one.