smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
619 stars 156 forks source link

Mobile devices version #57

Open randydom opened 6 years ago

randydom commented 6 years ago

Really waiting for any mobile devices version , It will, be so great framework and library .

Yours.

smasherprog commented 6 years ago

I might be able to do this. For android it would be more of an example because the capturing has to happen in java. For ios, i am unsure and will need to investigate.

alexzk1 commented 4 years ago

Why ? Just do same linux so and load from java. Auto generate bridge using "javacpp" tool + annotation on java classes. I assume trickery will be about permissions as it was for USB access old days... Actually I have a plan for your lib similar, I want fast-send PC screen to mobile. So it will allow to use "google cardboard" as VR for PC games. And I plan gui part written in Java. So it might be wrap will be done (as it will be java library, which loads so/dll on desktop), just will need setup android compile later. ...or maybe not ... thinking yet if Java on both ends will be sufficient speed.