Top "Resolution" questions

Questions about image resolution.

Capturing a time in milliseconds

The following piece of code is used to print the time in the logs: #define PRINTTIME() struct tm * tmptime; time_…

c++ stl timer resolution
Android: Get the screen resolution / pixels as integer values

this is a really simple question on which I've found no answer :/ How can I quickly access the screen resolution (…

android resolution
Python OpenCV access webcam maximum resolution

I am trying to acquire images from my webcam using a python code that imports OpenCV. The code is the …

python opencv webcam resolution logitech
Is there a way to determine android physical screen height in cm or inches?

I need to know exactly how big the screen is on the device in real units of length so I …

android screen resolution inches
How can I get the Windows system time with millisecond resolution?

How can I get the Windows system time with millisecond resolution? If the above is not possible, then how can …

windows time system resolution
How mdpi, hdpi, xhdpi folder works?

Extract from Android Developer Guide link above: 320dp: a typical phone screen (240x320 ldpi, 320x480 mdpi, 480x800 hdpi, etc). 480dp: …

android resolution
Determining Camera Resolution (i.e. Megapixels) Programmatically in Android

I am developing an Android application in 2.2, which uses Camera. Now Can anyone tell me that "Is it possible to …

android camera resolution
Changing DPI scaling size of display make Qt application's font size get rendered bigger

I have created some GUI application using Qt. My GUI application contains controls like push button and radio button. When …

c++ qt user-interface resolution dpi
can php detect client browser monitor size/resolution?

Php can detect IP, hostname, client agent etc. Can php detect client browser monitor size/resolution?

php resolution detect
Javascript to detect mobile browser screen width?

i used screen.width to get the width of the browser. it worked fine with iphone safari but didn't work …

javascript android resolution