Thibaud Michel
Thibaud Michel
I'm working on a new process for the app, I hope it will fix this bug, let me know when I will update.
Thank you @hameno for your amazing work. Did you plan to do a pull request soon? After some verifications/tests I can plan to include your work directly in the app...
Thanks for reporting. If you have access to the android logcat of your phone try to report this error: https://github.com/ThibaudM/timelapse-sony/blob/master/app/src/main/java/com/thibaudperso/sonycamera/sdk/CameraWS.java#L130
No, it just prints the error in the android logcat.
Ok, Thank you for this great work. As you suggest, I am hesitating to merge this PR and the main reason is about the maintenance of kotlin code. Anyway, the...
I am working on [Geo AR](https://youtu.be/6J39P0IXQwI?t=27) and occlusions are one of the main features I use for a more immersive experience. In the beginning, I worked with ArCore/Rajawali and occlusions...
> @ThibaudM What do you envision the API should look like? I am not sure to understand your question. In terms of usage/scenarios, I imagine the same approach as the...
Hello! I was not comfortable with Matlab when I started to work on AHRS algorithms too, but today, I can confirm this language is designed for these kinds of algorithms...
`gyr, acc, mag` are measurement vectors in the smartphone frame. `MagRef` and `AccRef` are the same vectors in the Local Tangent Plane frame (here, East-North-Up, ENU). The quaternion you are...
Can you give me the value of `geoMagRes` (at least: X,Y,Z and Declinatation) and `QMagneticToTrue`? I do not know what `Geo.Geomagnetism.IgrfGeomagnetismCalculator` is doing, but, if it has the same behavior...