How to set up a developer for Computer Vision - MDHSRobotics/TeamWiki GitHub Wiki
#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
- Open Eclipse.
- click "File".
- click "Switch Workspace".
- 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".
- click on "File"--->"Import"--->"General"--->"Existing Projects into Workspace"--->"Browse"--->"Csee3"
- click on "Finish"
##6. Build Csee3
- Right click on Csee3.
- 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!!!!