Top "Frame-rate" questions

Frame rate (also known as frame frequency) is the frequency (rate) at which an imaging device produces unique consecutive images called frames.

controlling FPS limit in OpenGL application

I am trying to find a solid method for being able to set exactly how many FPS I want my …

opengl 3d frame-rate
iOS AVCaptureSession - How to get/set the number of frames per second recorded?

I'm new to AVCaptureSession and wish to better understand how to work with it. So I managed capturing the video …

ios frame-rate avcapturesession
Access high fps camera on Android

There are phones with official support for high fps recording, like the Galaxy S5 and S6. I tried both, with …

android camera frame-rate camera2
Display FPS on iOS onscreen (without Instruments)

In WWDC 2012 Session 506, they display the frames per second on a UILabel in the application, without having to use the …

ios instruments frame-rate
How can I get the number of frames per second from a gif file?

I am trying to get the number of frames per second from a gif file. I am converting the gif …

iphone objective-c image animated-gif frame-rate
lower fps when using ffmpeg to convert mp4 to gif

I am using ffmpeg to convert high quality videos to gif, most of the videos are 60fps and over 720p, …

ffmpeg animated-gif frame-rate
Get current frame of video in javascript / jquery

I am playing video using the html video tag. While playing video I want the current frame of the video …

javascript jquery html5-video frame-rate
How to get frame rate (fps) up in Python + Pygame?

I am working on a little card-swapping world-travel game that I sort of envision as a cross between Bejeweled and …

python performance pygame frame-rate
Calculating number of messages per second in a rolling window?

I have messages coming into my program with millisecond resolution (anywhere from zero to a couple hundred messages a millisecond). …

algorithm data-structures frame-rate
Is it possible to disable frame-limiting in libGDX?

More specifically, a desktop libGDX-LWJGL application. There are configurations options to disable CPU syncing as well as vsynching, but regardless …

java libgdx frame-rate