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
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