Git Product home page Git Product logo

visionsdk's Introduction

Software setup in Jetson boards(TK1/TX1,2)

Nvidia Linux4Tegra software packages for TK1/TX1/TX2

  • OS(Ubuntu 14.04)
  • Libraries
  • CUDA toolkit(6.0)
  • OpenCVTegra
  • VisionWorks
  • cuDNN
  • Debeloper Tools

Follow this Documentation to install *default userid, password is * ubuntu

2. QT5

cross platform GUI frame work, An official installer download support for common x86 linux, but ARM based TK1/TX1 need a source compile

command

$ cd download path $ ./configure -release -opensource -confirm-license -nomake tests -nomake examples -qreal float $ sudo make -j4 all $ sudo make install

3. QT creator

IDE for QT

  • if you can use network

$ sudo apt-get install qtcreator

$ cd download path $ mkdir build && cd $_ $ qmake -r ../qtcreator.pro $ make $ sudo make install

Others.

if you want to use wireless LAN or other device that's not supported, you will install grinch custom kernal


Build

  1. download attached source and unpack

tar -xvzf VisionSDK.tar.gz

  1. build source, there is 2 options
  • using qt creator ide Open Project > Choice visionSDK.pro > configure project > run (Ctrl+R)
  • command line

$ qmake && make

visionsdk's People

Contributors

visionprogram4unive avatar

Watchers

James Cloos avatar

Forkers

fxh707

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.