1

I've developed different personal apps for android and now i'm interested in google cardboard project

So, would be possible to create an application for android to implement the same system of this project : http://www.vrdesktop.net ( windows only ). In few words mirroring the android screen inside another app that will split everything .. actually i don't know if there are some usefull api/ways to accomplish the job.

EDIT1: i've prepared a draw to better show the idea: https://docs.google.com/drawings/d/15AYvjesIhZDTe5mfOmm5TzhRkyxmDA6L0jI9MzdKbB4/edit

Joseph
  • 1,029
  • 13
  • 26
  • As I knew, you need special privilege to capture screen (for mirroring) of an Android device by programming. This means that you need sign your app with the signature of device vendor, or get root privilege. – Ducky Chen Oct 29 '14 at 09:07
  • You may refer the sample code in AOSP "screencap". You need to run it with root. – Ducky Chen Oct 29 '14 at 09:09
  • isn't screencap only for screenshot? https://android.googlesource.com/platform/frameworks/base/+/master/cmds/screencap/screencap.cpp – Joseph Oct 29 '14 at 10:35

1 Answers1

1

After long researches i've found an open source project that is doing exactly what i was looking for:

https://github.com/frma71/sbs

P.S. Thank you for useless downvoting

Joseph
  • 1,029
  • 13
  • 26