openstf / ios-minicap

iOS Minicap provides a socket interface for streaming realtime screen capture data out of iOS devices.
Other
434 stars 130 forks source link

how i can set device fps? #27

Closed tianyig closed 7 years ago

tianyig commented 7 years ago

In my project,I need a 60fps,but the real is about 25 fps,can i control fps in code?

sorccu commented 7 years ago

The device outputs a variable framerate. When nothing is happening, you get roughly 20fps or less. When the screen is active, the framerate goes up. It's impossible to get constant 60fps.

You should make your own capture tool if you have strict requirements.