Giter VIP home page Giter VIP logo

Comments (8)

Bigjuergo avatar Bigjuergo commented on May 29, 2024 3

ok now it works!

i had to run the following commands

sudo dpkg -l | grep openjdk

This is to verify you are actually running the headless version of JAVA, so no graph library available.

sudo apt-get remove openjdk-8-jre-headless

This is to remove headless version.

sudo apt-get install openjdk-8-jre

This is to install non-headless version of java.

i hope this helps anyone who has the same problems!

:-)

from gps-overlay-on-video.

Bigjuergo avatar Bigjuergo commented on May 29, 2024 1

i made a tutorial how to use this program https://www.youtube.com/watch?v=yOvT8IoDUPA

from gps-overlay-on-video.

Schrottie avatar Schrottie commented on May 29, 2024 1

And here is – in german – a small "HowTo" for this software: https://blog.dafb-o.de/gps-overlay-on-video-howto-anzeige-von-gps-daten-in-videos-mit-linux/

from gps-overlay-on-video.

klausx avatar klausx commented on May 29, 2024

i use it from time to time on ubuntu 17.04

from gps-overlay-on-video.

Bigjuergo avatar Bigjuergo commented on May 29, 2024

can you please tell me how to compile the programm in linux?

from gps-overlay-on-video.

Bigjuergo avatar Bigjuergo commented on May 29, 2024

i installed sbt
but when i run the programm with sbt run

execution stops directly after with:
Getting org.scala-sbt sbt 0.13.16 ...

from gps-overlay-on-video.

Bigjuergo avatar Bigjuergo commented on May 29, 2024

ok after some time it started to compile, but after i type sbt run again i got the error:

root@bigjuergo-X550LA:/home/bigjuergo/Downloads/gps-overlay-on-video-master# sbt run
[info] Loading project definition from /home/bigjuergo/Downloads/gps-overlay-on-video-master/project
[info] Set current project to telemetry-on-video (in build file:/home/bigjuergo/Downloads/gps-overlay-on-video-master/)
[info] Running peregin.gpv.App
19:24:47.038 [run-main-0] INFO peregin.gpv.App$ - initializing...
[error] (run-main-0) java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:807)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:886)
at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:480)
at com.jgoodies.looks.LookUtils.(LookUtils.java:249)
at com.jgoodies.looks.plastic.PlasticLookAndFeel.(PlasticLookAndFeel.java:135)
at peregin.gpv.gui.Goodies$.initLookAndFeel(Goodies.scala:26)
at peregin.gpv.App$.(App.scala:25)
at peregin.gpv.App$.(App.scala)
at peregin.gpv.App.main(App.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
[trace] Stack trace suppressed: run last compile:run for the full output.
java.lang.RuntimeException: Nonzero exit code: 1
at scala.sys.package$.error(package.scala:27)
[trace] Stack trace suppressed: run last compile:run for the full output.
[error] (compile:run) Nonzero exit code: 1
[error] Total time: 2 s, completed 10.11.2017 19:24:47

from gps-overlay-on-video.

peregin avatar peregin commented on May 29, 2024

hi @Bigjuergo , @Schrottie ,
Thank you for your amazing videos and tutorials!
I did an update to the readme.md file on this how-to branch. If you are fine with and no objection from your side I'm more than happy to add these links to the master branch.
Thanks again for your work!

PS. This sounds like a pull request review on the how-to branch :)

from gps-overlay-on-video.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.