Hello
@FvM,
I agree with you, I noticed that it is not feasible some time ago. I will try two things:
1) I reduce screen resolution to UXGA: 1600x1200
2) I will display screen with interlacing what should divide bitrate by two
I would like to use such camera sensor (OV2640):
Only US$9.49, buy best xd-95 ov2640 camera module 200w pixel stm32f4 driver support jpeg output sale online store at wholesale price.
The OV2640 camera sensor can send 15 frames per second with UXGA resolution (1600x1200 pixels). RGB565 color need 16-bit(two bytes) per pixel.
I calculated needed video bandwidth using this on-line calculator:
Video Bandwidth and Scanning Frequency Calculator
myhometheater.homestead.com
For my camera OV2540 parameters calculated bandwidth is about 43.2 Mhz (without interlacing). With interlacing 21.6 Mega words (16 bit). But considering dual port interface to SRAM frame-buffer we finally has 43.2 Mega words (16-bit). it gives about 23.15 nanose3cond per operation on SRAM (writing/reading one wortd). Do you think
@FvM it is feasible with such parameters to do it with IS61/64WV204816ALL IC ?
I would like also to ask how to design from hardware point of view such dual port interface to SRAM memory buffer? With using "Block Memory" from inside of FPGA it was very easy - I just use "Dual-port BlockMemory" IPCore from Xilinx. I am not sure how to design such dual-port memory interface from hardware and software point of view, so any comment would be very useful for me.
Best Regards