Category: Software
Product Number: blackfin_609
Hi
i was trying to Write RAW image to Sd card through RSI 10-15 mins (375 frames) and after that i want to get like video after what i have written data (RSI_WRITE)
how to read that 375 frames AFTER one hour....
while(1)
{
SD_WRITE(input_buffer);
}
whare can i place SD_READ () function or any one help me with the logic