Error/Failure using custom layouts + questions about them #240
-
|
Hi there, Hero 9 user here. When I use the command line to use custom xml as shown by the dev, I get this : FileNotFoundError: [Errno 2] No such file or directory: '/Users/gozo/venv/lib/python3.11/site-packages/gopro_overlay/layouts/my-layout.xml.xml' If I rename my-layout.xml by adding (one more) .xml in the end, then here's the result (I did cut the log cause there are hundreds line related to gps) : Timeseries has 13360 data points Note that this layout file is just a copy of example.xml and I get same result with any layout file. Also I did install libraqm! OTHER questions about layout : 0/ Why is there BPM, RPM & Temperature? This is for GoPro isn't it? I mean, I know it's possible to use GPX files that's not from GoPro, but since it's made for it first, why is default layout including all this? I may be missing something.. 1/ Is there no other way than rendering a video to preview a layout? I tried just editing the default file because everything is so tiny, but after few tries, I stil have things on top of the others and misplaced overlays : Tried using gopro cut but error : venv/bin/gopro-cut.py --duration 00:01:30.000000 input.mp4 output.mp4 gives this (I can't understand what's wrong) : +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2/ In default layout still, what is the graph next to SLOPE? It does look like an altitude graph but has different values than altitude on the left, so I guess it's something else? Also, in layout xml, there's no size settings for it?! 3/ How can I get the streets names to show with bigger fonts in the maps overlays? It's way too tiny.. unless maybe you're using a huge screen, and it's not my case. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hi there. Thanks for your interest in the software. There's a few items! For the layout name, you just don't need to specify "xml", the program will add that. I'm not sure about raqm exactly, but you do need to make sure that raqm is installed before installing the python libraries, as it needs the library when installing, not when running. You can test layout files by using gopro-layout.py - it works by continually rendering a single frame as you change the layout file. The size of the altitude graph is controlled by how many points it has - it can render any data item though.. check the docs. Why is there bpm etc in the default layout? I wrote this program for me, and that was what I wanted! But they are easy to hide, check the docs on how to do this. Hope that's useful! Cheers! James |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for replying. You can test layout files by using gopro-layout.py - it works by continually rendering a single frame as you change the layout file. -- It does says "image saved" but i have no idea where it is : not on desktop, not in my pictures, not in the app folder.. I'm not sure about raqm exactly, but you do need to make sure that raqm is installed before installing the python libraries, as it needs the library when installing, not when running. Well i'm afraid i have installed it after. Should i simply reinstall the python PKG? I'll just add few things : 1/ It is said somewhere in the doc that distance and odo are two things that can be shown. On my bike Distance is the actual trip and ODO is counting SINCE THE FIRST DAY. So i thought gopro could display total km since it was first used ever..? But i couldn't get that 2/ Would it be possible to have GPS to show street name rather than coordinates, or both at same time? Some photography apps do that, that's where i got the idea.. It could be very useful. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there, it's been a while. I recently got an email about my other issue, you stating it's resolved so you're closing it. But how about this? I tried and tried back in time but couldn't go forward. Still here and needing bit of directions :) |
Beta Was this translation helpful? Give feedback.

Hiya - Thanks for your interest in the software.
i really just suggest having a play about with the graphs and layouts - hopefully you'll find a way to make the software do what you want.
Sorry i don't really have to the time t…