Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
13answers
25k views

Increasing camera capture resolution in OpenCV

In my C/C++ program, I'm using OpenCV to capture images from my webcam. The camera (Logitech QuickCam IM) can capture at resolutions 320x240, 640x480 and 1280x960. But, for some strange reason, OpenCV ...
1
vote
1answer
414 views

Size of background images to support all medium and large android screens

I'm writing an app and I want one of my activities to have a background, I've read the android docs about supporting multiple resolutions etc, but my designer is asking me what size the wallpapers ...
1
vote
3answers
1k views

Find Number and resolution to all monitors

How would one poll windows to see what monitors are attached and what resolution they are running at?
1
vote
16answers
2k views

What is your recommended monitor resolution?

I just got a new monitor to replace one of the ones I have at work. I went from this*: 1: 1600x1280 2: 1400x768 to this**: 1: 1768x1340 2: 1600x1280 (was formerly 1) This was a pretty big jump ...
1
vote
1answer
347 views

Is it possible to get the maximum supported resolution of a connected display in os x from java?

What the title says. Assume java 1.6 and leopard. Ideally, it would also be nice to get a list of all supported resolutions and the current resolution. If this isn't possible in java, is there some ...
0
votes
0answers
81 views

C# different resolutions compatible application

Can you give me a quick tour for an application which has to work in different resolutions. It's a game, with lot's of graphics and images and effects. We are using C#. The game is simple 2D, looking ...
0
votes
2answers
165 views

Is possible use drawable-mdpi-fr, drawable-hdpi-fr, drawable-ldpi-fr, for localization with different resolutions

i want to use different images for different localizations, but i have images for all resolutions, and for all languages. There is anyaway to do this??
0
votes
1answer
94 views

Addressing Android Layout for Multiple Resolution

I have to design for two different resolutions in my application 800x600 and 1028x600(Samsung galaxy tab 7.1) as per the documentation in http://goo.gl/zR6I5, I used the layout-large for addressing ...
0
votes
1answer
269 views

android app for tablet of multiple resolutions

How to make an android applications for tablet of multiple resolutions like 1024x600pixels or 1280x800 pixels. I had made an app for the resolution 1024x600 but it completely get distorted on the the ...
0
votes
2answers
432 views

Display image in the same spot on multiple screens | Android

I'm creating a game that is full screen. I'm using an image for the background and I'm drawing images on top of it. The background image looks great in all the devices, but I can't draw the overlay ...
0
votes
4answers
884 views

Android - How to determine what bitmap resource was loaded (ldpi, mdpi, or hdpi)?

I have created multiple bitmaps - one for each folder (mdpi, hdpi, ldpi). Can someone show me some code or point me to the appropriate method that will allow me to detect which resource Android ...
0
votes
2answers
241 views

Element Positioning affected by Browser Screen Resolution Change

newbie developer here. There's this small problem I always encounter. Every time I try to change browser resolution (or what do you call the event when you scroll the mouse wheel while pressing ...
-5
votes
0answers
27 views

iPad 3 screen resolution [closed]

We are developing one iPad app, Which has lot of image display. The images have been designed for iPad 2 size and resolution. By the time we finish the dev, iPad 3 will be out and as per specification ...