You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added notes and clarified instructions based on what we ran into at the Cloud Robotics Hackathon march 2-3 Montreal 2012. These instructions work pretty well at this point, fixescesine#6 if there is anything else to change,add,remove just edit the README
Be sure to complete the sdk set up before going to the hackathon because you could need to download around 1 gig (which is pretty much impossible at most hackathons)... WATCHOUT: dont check all the SDKs, just get a couple like maybe SDK 8, 11, 14 so that you have a few to choose from and your team can compile to the same sdk
11
+
Be sure to complete the sdk set up before going to the hackathon because you could need to download around 1 gig (which is pretty much impossible at most hackathons)...
12
12
13
+
<pre>WATCHOUT: dont download all the SDKs, just get a couple like maybe SDK 8, 11, 14 so that you have a few to choose from and your team can compile to the same sdk.
14
+
15
+
WATCHOUT: If you have IceCream Sandwich there is a high chance that OpenCV will give you a black screen. The OpenCV team is working on getting it running for Android 4.0, you'll have to use another team member's Android.
16
+
</pre>
13
17
14
18
Step A:
15
19
---------
@@ -33,31 +37,28 @@ Day of The Hackathon: Setup this sample project
33
37
=========================
34
38
Step 1:
35
39
---------
40
+
Fork this repository into your GitHub account, if you're familiar with GitHub.
Right click on the project AndroidOpenCVforHackathons> Properties>Builders>AndroidOpenCVforHackathonsBuilder>Edit>Main> ..change the Location to where your NDK is..
60
-
Environment> ..change the Value to where your OpenCV-2.3.1-bin is..
56
+
---------
57
+
In the Builder created in Step 3, add an Environment Variable on the 3rd tab.
58
+
Sample var:
59
+
OPENCV_PACKAGE_DIR
60
+
Sample value:
61
+
/Users/yourname/opencv/OpenCV-2.3.1-android-bin
61
62
62
63
Step 5:
63
64
--------
@@ -69,7 +70,37 @@ Step 6:
69
70
--------
70
71
Figure out how the heck it works, by quickly looking at the diffs in the issues of Milestone UpAndRunning:
If you need some more Android code, there are samples to adapt to suit your needs (Bluetooth, services, Rest etc). Just create a new Android Project and click the checkbox from Sample code, you will get a list to choose from.
87
+
88
+
89
+
Step 9:
90
+
------
91
+
Spread the joy...
92
+
93
+
94
+
95
+
Windows :
96
+
---------
97
+
You might need to install drivers for the Android device.
98
+
99
+
100
+
Visual Studio Users:
101
+
----------
102
+
You can compile and run Android from the command line, or just download Eclipse (its about 130MB and works similarily to Visual Studio). There's garenteed to be Eclipse users at the hackathon, don't be shy, ask around to help yourself get set up. After you're set up you only need three things: clean, debug, run.
103
+
73
104
74
105
75
106
Full Instructions: From Zero to Eclipse to Android to Android NDK to OpenCV
0 commit comments