Controlling robot with webcam

From RoboWiki
Revision as of 18:25, 12 May 2010 by Robot (talk | contribs) (New page: ==Goal== Goal of project is to implement controlling of robot(SBOT) using webcam. Robot is controlled by moving one's head to sides. Robot can turn to left and right and can go forward and...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Goal

Goal of project is to implement controlling of robot(SBOT) using webcam. Robot is controlled by moving one's head to sides. Robot can turn to left and right and can go forward and backward. To detect face position, OpenCV technology is used.

Resources

Here you can find some info about SBOT[1] And here you can find out what OpenCV is [2]

Source Code

Here you can download the source code for SBOT [3] Here you can download the source code for PC application [4]