This command works perfectly for saving a webcam stream to a file:
ffmpeg -f alsa -i default -itsoffset 00:00:00 -f video4linux2 -s 1280x720 -r 25 -i /dev/video0 out.avi
How would I simultaneously display this captured stream on my computer screen?