Difference between revisions of "Streaming webcams to Oculus Rift with openCV"

From Lofaro Lab Wiki
Jump to: navigation, search
(Created page with "1. Download opencv (2.4.9) from [http://sourceforge.net/projects/opencvlibrary/files/ here], following the instructions from the 'Install Dependencies' section of the tutorial...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
1. Download opencv (2.4.9) from [http://sourceforge.net/projects/opencvlibrary/files/ here], following the instructions from the 'Install Dependencies' section of the tutorial [http://karytech.blogspot.com/2012/05/opencv-24-on-ubuntu-1204.html here]
+
1. Download opencv (2.4.9) from [http://sourceforge.net/projects/opencvlibrary/files/ here], install by following the instructions from the 'Install Dependencies' section of the tutorial [http://karytech.blogspot.com/2012/05/opencv-24-on-ubuntu-1204.html here]
 +
 
 +
2. Run the startstream bash script to begin streaming the left and right webcams. The IDS of the webcams can be set in the left and right.py files. Set the IP of the computer streaming in the line with the IP.
 +
 
 +
3. Run the startReceive bash script to open the webcams on the receiving computer. The IP of the streamed webcams must be set here.

Latest revision as of 04:27, 2 December 2014

1. Download opencv (2.4.9) from here, install by following the instructions from the 'Install Dependencies' section of the tutorial here

2. Run the startstream bash script to begin streaming the left and right webcams. The IDS of the webcams can be set in the left and right.py files. Set the IP of the computer streaming in the line with the IP.

3. Run the startReceive bash script to open the webcams on the receiving computer. The IP of the streamed webcams must be set here.