Jump to content

how to calculate resolution with pixel count and aspect ratio

TrainFan475
Go to solution Solved by minibois,

The closest standard resolutions to that would be:

384×288

or

400×300

 

Which are 112.320 pixels and 120.000 pixels respectively.

https://en.wikipedia.org/wiki/List_of_common_resolutions

 

But keep in mind the 4:3 is not always super accurate and the manufacturer could have chosen a slightly different format

I have an old camera with a crappy lcd screen. I want to know the resolution of the display, but the only information I could find on it was that it has 115,000 pixels. The aspect ratio appears to be 4:3, so can I somehow calculate the resolution with this knowledge?

CPU: Ryzen 5 5600x  | GPU: GTX 1070 FE | RAM: TridentZ 16GB 3200MHz | Motherboard: Gigabyte B450 Aorus M | PSU: EVGA 650 B3 | STORAGE: Boot drive: Crucial MX500 1TB, Secondary drive: WD Blue 1TB hdd | CASE: Phanteks P350x | OS: Windows 10 | Monitor: Main: ASUS VP249QGR 144Hz, Secondary: Dell E2014h 1600x900

Link to comment
Share on other sites

Link to post
Share on other sites

The closest standard resolutions to that would be:

384×288

or

400×300

 

Which are 112.320 pixels and 120.000 pixels respectively.

https://en.wikipedia.org/wiki/List_of_common_resolutions

 

But keep in mind the 4:3 is not always super accurate and the manufacturer could have chosen a slightly different format

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

CPU: Ryzen 5 5600x  | GPU: GTX 1070 FE | RAM: TridentZ 16GB 3200MHz | Motherboard: Gigabyte B450 Aorus M | PSU: EVGA 650 B3 | STORAGE: Boot drive: Crucial MX500 1TB, Secondary drive: WD Blue 1TB hdd | CASE: Phanteks P350x | OS: Windows 10 | Monitor: Main: ASUS VP249QGR 144Hz, Secondary: Dell E2014h 1600x900

Link to comment
Share on other sites

Link to post
Share on other sites

Start with the square root of the pixel count (~339 in this case), and play around with the numbers until you get something that's close enough to the pixel count and the aspect ratio. If we started with 340 wide, we get 255 tall which gives us 86,700... so obviously this isn't the resolution, but it's a good enough starting point.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, TrainFan2020 said:

I have an old camera with a crappy lcd screen. I want to know the resolution of the display, but the only information I could find on it was that it has 115,000 pixels. The aspect ratio appears to be 4:3, so can I somehow calculate the resolution with this knowledge?

For 4:3 aspect ratio,

H = 4/3 ∙ V

and,

H ∙ V = 115,000

= (4/3 ∙ V) ∙ V = 115,000

= (4/3 ∙ V2) = 115,000

 

(4/3) V2 = 115,000

V2 = 86,250

V ≈ 294

 

H = 4/3 ∙ V

= 4/3 ∙ 294

≈ 392

 

392 × 294 = 115,248

Closest integer solution.

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, TrainFan2020 said:

I have an old camera with a crappy lcd screen. I want to know the resolution of the display, but the only information I could find on it was that it has 115,000 pixels. The aspect ratio appears to be 4:3, so can I somehow calculate the resolution with this knowledge?

Bit of mathmatics.

 

If u have the ratio (C:R) and the resolution and want to find the number of columns (C) and rows (R) it goes as follows.

 

Ratio = 4:3 (C:R)

Pixel count = 115,000

 

C² = √ 115,000x4/3

 

C = 391 (or 392)

 

R² = √ 115,000x3/4

 

R = 294

 

391 x 294 = 114,954 (or 115,248)

 

 

 

 

 

 

 

CPU: Intel i7 3930k w/OC & EK Supremacy EVO Block | Motherboard: Asus P9x79 Pro  | RAM: G.Skill 4x4 1866 CL9 | PSU: Seasonic Platinum 1000w Corsair RM 750w Gold (2021)|

VDU: Panasonic 42" Plasma | GPU: Gigabyte 1080ti Gaming OC & Barrow Block (RIP)...GTX 980ti | Sound: Asus Xonar D2X - Z5500 -FiiO X3K DAP/DAC - ATH-M50S | Case: Phantek Enthoo Primo White |

Storage: Samsung 850 Pro 1TB SSD + WD Blue 1TB SSD | Cooling: XSPC D5 Photon 270 Res & Pump | 2x XSPC AX240 White Rads | NexXxos Monsta 80x240 Rad P/P | NF-A12x25 fans |

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×