How to set up a developer for Computer Vision - MDHSRobotics/TeamWiki GitHub Wiki

Home / Tutorials

#How to set up a developer for Computer Vision

##1. Install gstreamer and gstreamer library on ubuntu

##2. clone Holysee from github How to clone an existing GitHub Project.

##3. Set up Eclipse workspace for HolySee

  1. Open Eclipse.
  2. click "File".
  3. click "Switch Workspace".
  4. click "other". Click on "Browse". Go to "Respositories" and choose "HolySee.

##4. restart Eclipse

  • Note:when you start Eclipse, you need to choose Workspace "HolySee".

##5. import the project Now you should be in the Workspace "HolySee".

  1. click on "File"--->"Import"--->"General"--->"Existing Projects into Workspace"--->"Browse"--->"Csee3"
  2. click on "Finish"

##6. Build Csee3

  1. Right click on Csee3.
  2. click on "Build Project" You should have no error. If you do have couple errors, check if you install gstreamer right firstly.

##7. Test gstreamer set up Copy the following code and paste to Terminal

    gst-launch-1.0 videotestsrc ! autovideosink

###YOU FINISH THAT!!!!