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)
record screen with high quality and minimum size in ElectronJS (Windows)
as I said in the title, I need to record my screen from an electron app.
my needs are:
high quality (720p or 1080p)
minimum size
record audio + screen + mic
low impact on PC hardware while recording
...

Seyed Ali Roshan
Votes: 0
Answers: 1
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
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
Android - How to get a screen recording's frames in real time using MediaRecorder
I am trying to create an app that records the device's screen and displays it to an ImageView frame by frame. So far I have only implemented a screen recorder sourced from this link. When the recordin...
Noam Suissa
Votes: 0
Answers: 1