vic
vic
Hi. If U want to install on Arch as normal software, than the installation is pretty easy. `yay -S gyroflow-bin` On my Arch with Plasma 6 it works well only...
I use GP11. Its gps is crap - the car stopped but its gps shows that it was still moving some 100m in different directions. Maybe this is why they...
> I am now able to create overlays using my Garmin gpx/fit file then sync to my GoPro videos. Actually, with your gps device, that has lcd screen, and probably...
I'm using this app to render only the overlays to use them later in my videos with Davinci Resolve. And I'm rendering it as transparent with png codec and in...
Hi. Big thank you for your work. It could be 10fps. But then in Resolve, or probably others, I have to change the video speed to 500% and expand it...
I'm now trying to use something called Docker. the line i copied from this site is not working when I put: `docker run -it -v "$(pwd):/work" overlaydash/gopro-dashboard-overlay gopro-dashboard.py --use-gpx-only --gpx...
OK. I managed to make it work. First, that docker. to make the foll. code work: `docker run -it -v "$(pwd):/work" overlaydash/gopro-dashboard-overlay gopro-dashboard.py --use-gpx-only --gpx 1-16==14-19.gpx --overlay-size 720x720 --layout-xml /home/vic/all-for-gpx/mj-map.xml...
ok, let's say the route is: [route on brouter.de/brouter-web/#map](https://brouter.de/brouter-web/#map=10/50.8599/3.4109/standard&lonlats=3.176693,50.899731;3.365965,50.800184) do you know where is it possible to find actual brouter-android.jar to work with brouter in android studio fully offline?
here is my full calculateAndDisplayRoute function: ``` fun calculateAndDisplayRoute(startLat: Double, startLon: Double, endLat: Double, endLon: Double, profileName: String) { if (!isBRouterInitialized) { // Check if data paths are valid Log.e(TAG,...
brouter-1.7.7.zip does not have brouter-android.jar, it has brouter-1.7.7-all.jar and this is what i'm trying to use. is there any .jar file that can be used only for android studio to...