live video storage on SD card: Beagle board

hi all,

i am working 0map 3530 (angstrom linux).

how to store video file (in SD card) captured from camera which is
connected to the board.

please suggest me

thanks and regards
N reddy

One option is to use Gstreamer

Here is a good quick start guide after you have it installed: http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet

This link is very similar but gives some more background: http://www.oz9aec.net/index.php/gstreamer/345-a-weekend-with-gstreamer

An example terminal command pipeline for encoding video from a webcam and saving it to a file would be:

gst-launch -e v4l2src ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=webcam.ogg