openstf / ios-minicap

iOS Minicap provides a socket interface for streaming realtime screen capture data out of iOS devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how i can set device fps?

tianyig opened this issue · comments

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

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.