I am working on an application where I need to try it at a constant of 30 Hz. Is it possible? I looked at the Android SensorManager, which provides 4 different sampling rates, but none of them give uniform reading.
thanks
Why not do it manually. Set a Thread to wake up every 33 ms (30 Hz) and get the Accelerometer reading at that time.
Thread
Source: https://habr.com/ru/post/1401445/More articles:Why is Amazon S3 giving me 330 error about simple files? - amazon-s3How to reset aggregated output of a makefile? - makefileWhat happened to my CASE? - sqlis there a better way to convert to uppercase in the spirit of forcing? - boostFind specific columns and replace the next column with a specific value using gawk - replaceUnable to call lazy lambda function with parameters via boost :: phoenix :: function - c ++What time zone does the scheduled task use for the preferred start time - apex-codeProlog List Amount - prologAssigning values ββfrom one list to another using LINQ - listArray of structure pointers, invalid initialization error, in C - cAll Articles