python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android - Reading VirtualDisplay frames in real time
I am capturing my Android device's screen using the MediaProjection API by creating a VirtualDisplay and displaying it on a SurfaceView that remains always visible. I would like to perform some image ...
Noam Suissa
Votes: 0
Answers: 1
Defining an area for a screen capture on android
I currently have a VirtualDisplay set up using the MediaProjection API which is being drawn on to a SurfaceView that is always visible. The VirtualDisplay is, however, capturing the entire display but...
Noam Suissa
Votes: 0
Answers: 1
Android - Display a screen recording on a SurfaceView
I am developing an application that can record the contents of an Android device's screen and display it on a SurfaceView. As of now, the SurfaceView is a box in the middle of the screen and is curren...
Noam Suissa
Votes: 0
Answers: 1