NvAPIWrapper icon indicating copy to clipboard operation
NvAPIWrapper copied to clipboard

Available settings by display

Open yoyos opened this issue 2 years ago • 3 comments

Hello,

Thanks for the good work.

I'm trying to help implement something but how would you implement a method to retrieve all available settings by display ?

Like all resolutions available, all refreshrates available, etc..

is there a NvApi methods to do that we can wrap ?

Thank you !

image

yoyos avatar Dec 08 '21 14:12 yoyos

this is not yet added to my WindowsDisplayAPI; there are functions to get the preferred signal info but I don't remember having anything to return a list of possible timings; neither do I remember having something similar in the NVAPI and therefore this wrapper.

My EDIDParser library tho can extract this information from the connected display;

falahati avatar Dec 09 '21 22:12 falahati

Thanks for your help

Do you have a sample of code to parse a raw EDID binary data coming from NvApiWrapper ? Or is it working only with your WindowsDisplayAPI ?

yoyos avatar Dec 10 '21 07:12 yoyos

each library has a Sample project.

EDIDParser can be used with both libraries and there are samples for both. https://github.com/falahati/EDIDParser/blob/master/EDIDParserSample/Program.cs

falahati avatar Dec 10 '21 08:12 falahati