Closed mithro closed 10 years ago
Hi. I'd like to take this ticket, can you give more specific information about this issue?
Information about EDID can be found at http://en.wikipedia.org/wiki/Extended_display_identification_data
Despite EDID information being important in telling the computer how the display works, many devices ship with bad or misleading EDID information. We'd like to collect that information in a website.
The website should support basically cataloging and displaying EDID information and support people submitting new EDID that they have captured from their devices (either through the HDMI2USB device or another tool).
Okay. There are few questions that I'd like to clarify:
People don't really need to download EDID information. You need to look at the EDID information for possible fields.
Okay. How you advice me to parse EDID format? The first links that you gave me, that project doesn't support EDID format (their decoder accepts some session format from their devices, they said this function is expecting for implementation, but unavailable now). Probably I should call "parse-edid" utility (the second link) and may be I can adjust this program for our facilities. Or should I write own script for parsing?
You'll probably want to parse the EDID information yourself, it's pretty trivial really. Take a look at the struct library in Python.
Well, I have done something. It is not fully ready yet, but you can take a look something. I have created Django website. https://github.com/Juggerr/web_edid
Looks like a pretty great start! I'd like to add a bunch of comments to your code, can you please send me a pull request?
Things to put onto the TODO list might include;
This task was completed by @sewar as part of the Google Summer of Code in 2013. The new code can be seen at https://github.com/timvideos/edid.tv and https://github.com/timvideos/edid_grabber_c and the website is live at http://edid.tv
https://github.com/timvideos/HDMI2USB/issues/6