Is it possible to interface normal HD camera to startKit?

If you have a simple question and just want an answer.
vinayak
Newbie
Posts: 1
Joined: Sun Sep 21, 2014 6:50 pm

Is it possible to interface normal HD camera to startKit?

Post by vinayak »

Hi,

 

Is it possible to interface normal HD camera to startKit and stream the video through 3G GSM module.

 

Vinayak



sudha
Member
Posts: 14
Joined: Thu Oct 17, 2013 12:19 pm

Post by sudha »

We have designed an image sensor slice to interface an Aptina's MT9V034 color image sensor operating at a clock rate of 25MHz in master mode. The code is available in the sc_image_sensor repo of xcore github. The demo captures the raw video stream in Bayer format, demosaic it to get RGB565 format, store the image frame in a frame buffer in SDRAM and displays it on an LCD of dimension 272x480. A frame rate of 10 fps is achieved.

We have also developed codes for the sensor operating in slave mode and display the video on the host machine directly without using an SDRAM for storing the image frame. These codes are not available in github right now.

Sudha, XMOS