Skip to content

Commit 257c482

Browse files
authored
Create README.md
1 parent 669e6fc commit 257c482

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# stagecap
2+
Command line camera capture based on stagefright api (mostly).
3+
4+
Very raw stuff, but enough to get the idea.
5+
6+
Building: clone this into android source repo, path "frameworks/base/cmds" and run "make -j8 stagecap". It builds as standalone cli utility.
7+
8+
Usage: upload compiled binary to device and run "stagecap camera 1". Should work on any Android, but I've tested only on version 2.3.
9+
10+
Funny thing - looks like it requires drawing an overlay on-screen to work. Stealthy operation was not among my goals, so I didn't try too hard to resolve this little inconvenience.

0 commit comments

Comments
 (0)