Soroush
Soroush
for I2C example try increasing the `100`ms delay. Maybe DDC on HDMI is slower; just an idea
this is not yet added to my [WindowsDisplayAPI](https://github.com/falahati/WindowsDisplayAPI/); there are functions to get the preferred signal info but I don't remember having anything to return a list of possible timings;...
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
`GPUThermalInformation` class used for getting thermal sensors is using `NvAPI_GPU_GetThermalSettings` under the hood with the `NVAPI_THERMAL_TARGET_ALL` value as the parameter. So it is NVAPI that is not returning memory sensor...
Ok, So this new function is promising, as it returns some form of data, however, it requires a `Mask` parameter that I have no idea how it works and I...
unless it is a max-avg-min sorta thing.
`& 0xFF` does in fact makes the values more readable. I wonder if the other part of the value is the decimal. (multiplier/divider) I get another value as part of...
Thanks @JustAMan for testing on 1080 and providing additional information. This sure helps to figure out what is going on. Since all these programs seem to be able to show...
Thank you all guys. @RaptorTP, your results do in fact match with what is discussed here. thanks for the confirmation. @JustAMan, what you suggest makes total sense actually. I was...
this is the compiled version if you can't compile the whole project: [NvAPISample.zip](https://github.com/falahati/NvAPIWrapper/files/6904199/NvAPISample.zip)