I have to create a pcb module that has to do the following things:
1) First of all take the VGA signal from a black box device (a device that exports vga signal Interlaced).
2) Then take the signal and make it digital and output it in HDMI in order to play in all random monitors.
My first idea was to use one of the following ICs to do the job : AD9983Α -> ADV7511 or ADV7520 and send the EDID commands via a microcontroller.
Is there an alternative way of doing it? And what commands i should send via EDID in order to display interlaced signal or it does deinterlacing in some way i don't understand.
Thanks in advance.