Questions tagged [android-virtualdisplay]

19 questions
0
votes
1 answer

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 currently showing the contents of the entire screen,…
0
votes
2 answers

unable to create virtual device in android studio , ERROR : HAXM installation failed

At the time of creating virtual device , it says haxm is not installed. In my laptop I have AMD Ryzen 5 , and haxm is an intel's tool and even I don't find the option of Hyper - V in my System. the error says : HAXM installation failed. To install…
Shivam sharma
  • 97
  • 1
  • 1
  • 3
0
votes
1 answer

Android VirtualDisplay resize "on flight"

Recently in project I faced challenge of resizing VirtualDisplay "on flight". So the use case is : Start stream In undetermined period of stream there may come specific data which indicates that my streaming capabilities have changed Update…
-1
votes
2 answers

Detect screen mirroring using xamarin.forms.android

I want to detect android screen mirroring to pc. I am currently coding in c# Xamarin Forms Android. What I have done Here someone recommended to use DisplayManager and VirtualDisplay documentation. But I don't know how to achieve that in code. Here…
1
2