Ahmed,
yes, I was using Vybrid Tower card with camera to debug and prototype final product code.
Regarding camera, I don't want to disclose its model. Any model with parallel interface should work well. You may have following problems interfacing camera to Vybrid Tower card:
1) find Vybrid VIU_DATAx wires, which don't interfere with Vybrid card circuits. You should study Vybrid Tower card schematics
2) I don't know if it is possible to have both camera and LCD-RGB display connected to Vybrid Card at the same time. I wasn't interested in this and don't know if this is possible. Some VIU data wires may interefe also with TWR-SER or TWR-SER2. You may need to check these circuits too. My task was to capture image data from camera and calculate some figures, no need to feed LCD with data from camera or use Ethernet. I was removing Vybrid card from tower and using only primary side PCI-E connector to interface with camera.
3) LCD connection probably requires contiguous VIU_DATA? signals set like data0, data1..data6. I was interfacing 12bit camera and didn't find such contiguous signals set. This forced me to shift some camera data bits left, some bits right when processing captured data at run time (NEON is great at this).
You need to study Vybrid RM Table 57-1 and Table 57-24. First table explains what VIU3 data pins you need to use, second table explains how data bits will be packed in image storage RAM.
Don't get fooled by Table 57-1. It is misleading a bit. I think columns RGB565, RGB666 and RGB888 should contain the same values, like R7-R7-R7 for bit7 of red component. Though formats are different and RGB565 includes only 5 bits of red, R4 (R7) will be stored in the same bit position in RAM!
Regards
Edward