void ISI_CodecPathFull(void) { // The codec path is enabled and the next frame is captured. // Both codec and preview datapaths are working simultaneously AT91C_BASE_ISI->ISI_CR1 |= AT91C_ISI_CODEC_ON | AT91C_ISI_FULL; }