Service: Acceleration

This API is officially released and maintained.

The Acceleration Service provides access to the accelerometer of the device.

Table 1. Available methods
Method Request Response

Stream

google.protobuf.Empty

AccelerationStreamResponseStream

GetFiltered

google.protobuf.Empty

AccelerationGetFilteredResponse

Stream

Streams raw data from accelerometer

Raw data is acquired with a high sampling frequency and sent out in larger chunks. To estimate the static state of the device the GetFiltered method should be used.

Response Stream

Stream response to acceleration stream request

Table 2. Available fields in blickfeld.core_processing.services.AccelerationStreamResponse
Field Type Default Unit

buffer

data.AccelerationBuffer

-

-

Buffer with acceleration

GetFiltered

Get filtered sample from accelerometer

Response

Response to acceleration get filtered request

Table 3. Available fields in blickfeld.core_processing.services.AccelerationGetFilteredResponse
Field Type Default Unit

acceleration

data.Acceleration

-

-

Single filtered acceleration