Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
10answers
15k views

Calculating frames per second in a game

What's a good algorithm for calculating frames per second in a game? I want to show it as a number in the corner of the screen. If I just look at how long it took to render the last frame the number ...
7
votes
0answers
227 views

Android front facing camera is recording videos between 7.5 and 8.0 - setVideoFrameRate does not work - Samsung galaxy s2

I'm trying to record videos using the front facing camera, following is the code snippet, I'm setting the setVideoFrameRate to 29, but the recorded video is having the fps between 7.5 and 8. I need ...
7
votes
1answer
241 views

Android - How can I measure performance of ListView and other Views?

How can I measure the FPS of my ListView? See the slides 13-17 from http://code.google.com/events/io/2010/sessions/world-of-listview-android.html.
7
votes
4answers
1k views

Game Development: How to limit FPS?

I'm writing a game, and I saw the FPS algorithm doesn't work correctly (when he have to calculate more, he sleeps longer...) So, the question is very simple: how to calculate the sleeptime for having ...
7
votes
4answers
5k views

How to correctly calculate FPS in XNA?

I wrote a component to display current FPS. The most important part of it is: public override void Update(GameTime gameTime) { elapseTime += ...
6
votes
1answer
106 views

How to detect redraw rate (fps) of a css animation?

I'm interested in the fluency of my CSS animations. As some extra points: I'm mostly interested in performance on mobile devices (WebKit), It would help if data could be gathered during normal ...
6
votes
5answers
2k views

Flash Player magical frame rate

A long time ago (5+ years) I read an article about optimal frame rates for the Flash Player. The article reasoned through some calculations that 31 frames per second was the optimal fps to run your ...
5
votes
2answers
144 views

Which component to subclass to draw in Java2D (for a 2D game)

I have created my own canvas that has been extended from the JPanel, however I have noticed that w/ the content and so forth, that all of the sudden my FPS took a hit. I am following the swing rules ...
5
votes
3answers
699 views

FPS how calculate this?

In my OpenGL book, it says this: "What often happens on such a system is that the frame is too complicated to draw in 1/60 second, so each frame is displayed more than once. If, for example, ...
4
votes
2answers
226 views

Low FPS with android SurfaceView

I have some trubles with my framerate using a SurfaceView. Im doing the tipical stuff i found in some tutorials (all of them said the same), but i cant reach a decent framerate on my samsung galaxy S ...
4
votes
2answers
407 views

Any way to speed up Python and Pygame?

I am writing a simple top down rpg in Pygame, and I have found that it is quite slow.... Although I am not expecting python or pygame to match the FPS of games made with compiled languages like C/C++ ...
4
votes
2answers
332 views

What are the general strategies for the server of an FPS multiplayer game to update its clients?

A friend and I were having a discussion about how a FPS server updates the clients connected to it. We watched a video of a guy cheating in Battlefield: Bad Company 2 and saw how it highlighted the ...
4
votes
5answers
423 views

Counting digits in a float

I am following some beginner tutorials for OpenGL in c++ but as I started off as a c# programmer it has made me take a lot of things for granted. So my problem occurred when I was debug printing my ...
3
votes
1answer
136 views

How can I speed up the game's FPS?

I am making a Java game, and the game lags a lot when I paint out the graphics. The way I am currently doing this is to make a BufferedImage, get the Graphics2D from it, and do a whole bunch of: ...
3
votes
2answers
391 views

FPS throttling(?) - Making a phone's update/draw cycle smoother?

I am building an application for the android Phone and am experiencing some strange 'throttling'. I believe it is because a semaphore is being called to halt whatever the application is doing to ...
3
votes
3answers
308 views

Am I calculating my FPS correctly?

So I was wondering if I'm calculating my FPS correctly: Uint32 delayFrom(float startTime, float endTime){ return(endTime - startTime ); } int main(){ int numFrames = 0; Uint32 startTime ...
3
votes
2answers
3k views

HTML5 Canvas performance - calculating loops/frames per second

I know a few questions have been asked like this one before, such as this: Check FPS in JS? - which did work to some degree, I was able to find out how long each loop took to complete. What I am ...
3
votes
2answers
312 views

Canvas' fps unintentionally speeding up?

I am messing around with the canvas element based off of tutorials online and have constructed the following page, here. Here is my markup: <!DOCTYPE html> <html lang="en"> ...
3
votes
1answer
320 views

How can I regulate the framerate in my android app?

How can I regulate the framerate in my android app? I would like the game to run at a constant speed. My app doesn't require a high framerate so I don't want one because that would take up more ...
3
votes
1answer
153 views

How is frame duration calculated for repeating decimals?

If I have a video that plays at 30fps, then the duration of each frame is 1/30th of a second or 33.333333... milliseconds. Assume you were implementing a video player, how would you handle the fact ...
3
votes
3answers
215 views

Timing a method and threads in .NET

I have two threads in my app - the main UI thread and another thread initiated by the wm_WiiMoteChanged event handler (a background thread). In the main thread I do some video processing. I have a ...
3
votes
6answers
1k views

Building an FPS in OpenGL: My gun is being clipped agains the frustum

I'm building a first person shooter using OpenGL, and I'm trying to get a gun model to float in front of the camera. I've ripped a model from Fallout 3 using a resource decompiler (converted to .obj ...
3
votes
0answers
68 views

How do I generate a signature for a settle request in Amazon FPS Marketplace?

The documentation is really awful, and while creating a button to reserve a credit card payment is fairly straightforward, being able to release that payment is a pain. I'm having most trouble with ...
3
votes
3answers
3k views

iPhone OpenGl render text

Does anyone know how can i render a string on the iphone? Its for displaying my frame per second with =p
2
votes
1answer
99 views

Why FPS is not same as original camera app

I tested with original camera application (video mode) comes with Samsung Galaxy Tab 8.9. The saved front camera video able to achieve 24 fps, 640x480. (By looking at the properties of video file ...
2
votes
0answers
110 views

Unable to get high fps(frames per second) rate(around 30fps) while recording from front camera in my Android app

in my Android app, I observed that the video recorded from the front camera is being recorded with 7-10 fps while the back camera does the job fine, the native camera app does record video from front ...
2
votes
6answers
361 views

Javascript game loop that runs at the same speed?

I have a javascript game that will run really fast on some computers and really slow on others. I've been doing some research and I've found that I need to update my loop based on time, but I can't ...
2
votes
2answers
97 views

Game Development: How Do Game Developers Maintain Game Speed Regardless of FPS?

Say like it took a whole second for a character to jump in a game, how would a game developer go about keeping that jump time to 1 second if the FPS is either 10fps, 30fps, 100fps etc? - If you get ...
2
votes
1answer
761 views

How to set camera FPS in OpenCV? CV_CAP_PROP_FPS is a fake

How to set Camera FPS? May be cvSetCaptureProperty(cameraCapture, CV_CAP_PROP_FPS, 30); ? But it's return HIGHGUI ERROR: V4L2: Unable to get property (5) - Invalid argument Because there is no ...
2
votes
1answer
229 views

Weird issue with FPS counter - Limits to 60fps on newer computer

I am using an FPS counter class from an open source project and I am having a weird issue. When I run it on my Toshiba Satellite (very fast), the counter seems to max out at 60fps. That's great. Not a ...
2
votes
1answer
255 views

FPS problem on android

I have a small problem with my implementation on android. I'm rendering some stuff with OpenGL ES. And for each frame, I have to update my date. So I decided to put a maximum FPS to avoid useless ...
2
votes
0answers
287 views

how to measure the realtime FPS in html5 video while playback

I'm working on measuring the real-time frame rate of html5 video, does anyone has some ideas. Since I have not find the properties info about frame in html5 video, I have no idea about that. ...
2
votes
6answers
479 views

Limiting FPS for my game

Alright, i'm making a small game, and I need to limit my FPS, because, when I play on my really fast computer, I have around 850 FPS, and the game will go like, REALLY fast, and when I switch to my ...
2
votes
2answers
180 views

Track FPS with jQuery

Basicly I'm doing some animations with jQuery and for debugging purposes, I'd love to see how many frames per second are my animations running in. Are there any scripts out there that do such a ...
2
votes
1answer
474 views

Generate (Poisson?) random variable in real-time

I have a program running in real-time, with variable framerate, e.g. can be 15 fps, can be 60fps. I want an event to happen, on average, once every 5 seconds. Each frame, I want to call a function ...
2
votes
1answer
237 views

Hidden Markov Models instead of FSM in a first person shooter game

I have been working on a course project in which we implemented an FPS using FSMs, by showing a top 2d view of the game, and using the bots and players and circles. The behaviour of bots was ...
2
votes
3answers
878 views

C++: Where to get frame rate limiter that doesn't use v-sync?

This seems like a huge secret among programmers, nobody wants to share their codes for this. Why? I can't find a working FPS limiter that could limit FPS at least to 60 without using v-sync. And I ...
2
votes
2answers
932 views

XNA 4.0 runs at 50 instead of 60 fps

I'm experimenting a bit with XNA 4.0, following tutorials and creating very basic stuff (like a triangle and some lines ;-)). While doing this, I noticed that all my applications never run at more ...
2
votes
2answers
150 views

Need suggestions for an Applied AI project

I have a course in my current semester in which I'm required to do a project on application of AI. I have decided to do this on game AI. I have 2 basic ideas: implementing an FPS bot(s) or ...
2
votes
4answers
3k views

Android 2d canvas game: FPS Jitter problem

I based my game off of the lunar lander demo, although heavily modified, and I can get around 40-50fps but the problem is it fluctuates between 40-50fps so much that it causes the moving graphics to ...
2
votes
3answers
3k views

How to tell what's causing slow HTML5 Canvas performance?

How can I tell if the canvas's slow performance is caused by the drawing itself, or the underlying logic that calculates what should be drawn and where? The second part of my question is: how to ...
2
votes
1answer
904 views

Calculate lookat vector from position and Euler angles

I've implemented an FPS style camera, with the camera consisting of a position vector, and Euler angles pitch and yaw (x and y rotations). After setting up the projection matrix, I then translate to ...
2
votes
3answers
564 views

Translate Java to Python — signing strings with PEM certificate files

I'm trying to translate the follow Java into its Python equivalent. // certificate is contents of https://fps.sandbox.amazonaws.com/certs/090909/PKICert.pem // signature is a string that I need to ...
2
votes
3answers
354 views

Let system time determine animation speed, not program FPS

I'm writing a card game in ActionScript 3. Each card is represented by an instance of a class extending movieclip exported from Flash CS4 that contains the card graphics and a flip animation. When I ...
2
votes
3answers
2k views

Android game with constant FPS?

I'm implementing a game loop with constant FPS. I'm thinking about 25-30 FPS should be enough. Any ideas from your own experience? Should I even restrict FPS at all? Thanks in advance!
2
votes
5answers
436 views

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). I'd like to do some analysis. Specifically, I want to maintain ...
2
votes
1answer
610 views

Cocos2d on application start gives random fps drop?

I am developing an iphone game using cocos2d and have it set to to show the FPS. Now most of the time the application will start and run at 60 fps, However apparently randomly sometimes the ...
2
votes
6answers
2k views

How to get games' FPS (with OpenGL) to like 800 FPS

How can we run a OpenGL applications (say a games) in higher frame rate like 500 - 800 FPS ? For a example AOE 2 is running with more than 700 FPS (I know it is about DirectX). Eventhough I just ...
2
votes
7answers
4k views

How do I cap my framerate at 60 fps in Java?

I am writting a simple game, and I want to cap my framerate at 60 fps without making the loop eat my cpu. How would I do this?
1
vote
3answers
27 views

Is it good practice to cache parts of a 2D drawing?

I'm making a 2D game in Java and one of the main issues causing low FPS (on my slow laptop) is having to re-draw complex structures to a Graphics instance, such as dials with markings. The dial and ...

1 2 3