FSensor | Android Sensor Filter and Fusion

 by   KalebKE Java Version: v2.2 License: Apache-2.0

kandi X-RAY | FSensor Summary

kandi X-RAY | FSensor Summary

FSensor is a Java library typically used in Automation applications. FSensor has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub.

FSensor (FusionSensor) is an Android library that provides alternative, customizable implementations of SensorManager.getOrientation() and getDefaultSensor(SENSOR_TYPE_ROTATION_VECTOR). It removes some/most of the complexity of using Androids orientation sensors (Acceleration, Magnetic and Gyroscope). FSensor expands greatly on the "out-of-the-box" sensor implementations provided by Android allowing you to customize sensor filters and fusions for your specific needs, or just add default filters on what Android already provides.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              FSensor has a low active ecosystem.
              It has 140 star(s) with 35 fork(s). There are 10 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 12 have been closed. On average issues are closed in 26 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of FSensor is v2.2

            kandi-Quality Quality

              FSensor has 0 bugs and 0 code smells.

            kandi-Security Security

              FSensor has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              FSensor code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              FSensor is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              FSensor releases are available to install and integrate.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              FSensor saves you 963 person hours of effort in developing the same functionality from scratch.
              It has 2193 lines of code, 259 functions and 39 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed FSensor and discovered the below as its top functions. This is intended to give you an instant insight into FSensor implemented functionality, and help decide if they suit your requirements.
            • Compute the fused orientation of the device
            • Computes and returns the rotation angle for the given angle
            • Convert a quaternion to a quaternion
            • Constructs the orientation vector from the accelerometer and magnetic measurements
            • Resets the state
            • Register default sensor updates
            • Start the sensor
            • Resets the sensor
            • Registers default sensor updates
            • Compute the radii of the ellipsoid
            • Get the rotation angle from the acceleration vector
            • Calculate and returns the fused orientation of the device
            • Resets the statistics
            • Compute the fused device orientation of the device
            • Generates an ellipid vector
            • Print the log
            • Convenience method to filter the values
            • Solves the ellipid from the given points
            • Creates a new blurred sample
            • Returns the calibration point
            • Reset the sensor
            • Calculates the calibration
            • Find the center of the polynomoid
            • Filter the data
            • Calculate the tilt of the magnetic sensor
            • Returns the algebraic matrix of a given vector
            Get all kandi verified functions for this library.

            FSensor Key Features

            No Key Features are available at this moment for FSensor.

            FSensor Examples and Code Snippets

            No Code Snippets are available at this moment for FSensor.

            Community Discussions

            Trending Discussions on FSensor

            QUESTION

            Delphi AndroidAPi motion detection
            Asked 2017-Sep-11 at 10:19

            I want to code a motion detector (Accelerometer) using the AndroidApi directly. I currently have tested implementations (per Embarcadero examples) using TMotionSensor as well as TSensorManager, but both seem to have power drain issues (ie. the phone gets hot).

            My TSensorManager implementation looks like this:

            ...

            ANSWER

            Answered 2017-Sep-11 at 10:19

            Here is my (almost completed) answer for those of you who are trying to do the same (or similar) things, especially with Listeners, in Delphi Android 10.x.

            Note:

            1. SensorListener has been deprecated in Android. Use SensorEventListener instead.

            2. Java2pas coded the JSensorEventListener in android.hardware.SensorEventListener.pas incorrectly. It was JSensorEventListener = interface(JObject). It must be corrected to JSensorEventListener = interface(IJavaInstance).

            3. In android.hardware.SensorEvent, the values property and the _Getvalues function, was missing from the JSensorEvent declaration. Just copy them from the JSensorEventClass.

            Here is the code:

            Source https://stackoverflow.com/questions/46122825

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install FSensor

            You can download it from GitHub.
            You can use FSensor like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the FSensor component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/KalebKE/FSensor.git

          • CLI

            gh repo clone KalebKE/FSensor

          • sshUrl

            git@github.com:KalebKE/FSensor.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by KalebKE

            AccelerationExplorer

            by KalebKEJava

            GyroscopeExplorer

            by KalebKEJava

            ME7Tuner

            by KalebKEJava

            EllipsoidFit

            by KalebKEJava

            AccelerationAlert

            by KalebKEJava