I believe my basic question is whether or not the DM6467T can convert SD to HD, "up-convert". I believe it can, but before going too far down this road, would greatly appreciate any advice I can get!
I'm already somewhat familiar with using the DM6467T EVM (Spectrum Digital HD1080P), and I've completed my SD-only custom board derivation system.
So, already, I receive NTSC->TVP5147->BT.656 in SD format. My codec receives whole frames at 30 per second. So, I suspect that the "de-interlace" step is already done for me by default. I also know that the code I began with was strictly HD. So I must be able to get back to that point. I'm thinking I can just have the ARM code submit each codec output frame TWICE to the display queue, and then configure the display side back to HD operation. That will provide 60 frames per second, which will work for my application. Note that I don't need motion adaptation or anything else special for my frame rate conversion. Simply doubling every frame is fine. Also, regarding image size, I can easily make my custom video analytics codec change the input image size to the output image size while doing all its other work.
This seems just too easy to be true, so I'm wondering where the snafu is hiding!
In more detail, while my analog input really is NTSC, my analog output is perhaps not really "HD". It might be more correctly called "VGA", VESA compatible at that. I need to produce analog RGB plus H & V sync, to drive an eMagin micro-OLED. I had only minor NTSC experience last year when I started on this, and I still don't have VGA or HD experience of any consequence. The OLED doc simply says it's VESA VSIS compatible. The OLED supports SVGA, but it has a VGA mode as well. From what I've been able to glean in my limited time, the analog RGB plus H & V sync signalling is very simple.
The OLED requires 40Hz to 85Hz frame rate. So if I simply double my 30Hz NTSC-originated frame rate, I should be good to go. I'm then just worried about the nature of the data stream and wiring between the DM6467T and the THS8200 I plan to use. I believe I have a handle on the data stream and wiring from the THS8200 to the OLED.
And then, just recently, I noticed mention of a 74.25MHz clock. Oh my, I don't know if I need to deal with that or not, because I don't know if my output is really HD, much less if it requires one or two output channels from the DaVinci.
Any suggestions or clarifications for my ill-informed mind?
I do have the EVM, and I plan on trying to get this stuff working, one step at a time, using the EVM. However, I'm under scheduling pressure to get the pcb schematic and board designed first, so that they can be in prototype fab while I'm working on the software side. Therefore, it would be nice to understand the hardware requirements first and quickly, before getting mired down in the software setup!
Thanks very much for you assistance,
Helmut