annotate DemoCube/README.txt @ 5:f546bb5370c7 default tip

Added a readme and a TODO in the source code.
author Atul Varma <varmaa@toolness.com>
date Tue, 12 Feb 2008 19:09:21 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
1 This is a simple demo that presents a mock-up of a web browser that
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
2 uses optical flow to pan.
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
3
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
4 The source code is a modification of Nokia's "DemoCube" demo, which is
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
5 part of their Nokia Computer Vision Library:
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
6
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
7 http://research.nokia.com/research/projects/nokiacv/
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
8
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
9 To build:
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
10
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
11 (1) Copy sis/DemoCube.pkg.in to sis/DemoCube.pkg and replace all
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
12 occurrences of $(EPOCROOT) with your Epoc root directory
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
13 (e.g. \Symbian\9.2\S60_3rd_FP1\).
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
14
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
15 (2) Run 'makestuff.bat'.
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
16
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
17 (3) Copy the newly-generated 'sys/DemoCube.sisx' to your
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
18 smartphone and run it.
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
19
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
20 Current limitations:
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
21
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
22 * You currently need to install the app in your cell phone's 'C'
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
23 drive, which is usually the same as the cell phone itself--not a
f546bb5370c7 Added a readme and a TODO in the source code.
Atul Varma <varmaa@toolness.com>
parents:
diff changeset
24 memory card.