Earlier quoted context omitted.
SD card performance on the Pi Jeff's benchmarks are accurate in my experience. If you try saving single images from a camera at even 5-10fps, the card quickly bottleneck and you start dropping frames. If you buffer and store (in my case 16-bit raw), you can essentially saturate USB bandwidth if you're also using a USB camera.
No, the bandwidth isn't shared as both sd controllers (sdhci and sdhost) are directly accessible using MMIO (and DMA).
Re: A2-class microSD cards offer no better performance for the Raspberry Pi
#111Thanks for clarifying that, I was never sure.