====== Objectives ====== ===== General objective ===== Implement a digital video recorder kind dash cam with a Raspberry Pi and a web cam. ===== Specific objectives ===== * Install and configure [[http://www.raspbian.org/|Raspbian OS]] on a Raspberry Pi. * Install and configure the mpeg libraries and packages required (Stremer, FFmpeg) for recording video from a webcam. * Investigate use [[https://en.wikipedia.org/wiki/Video4Linux|Video4Linux]] API to handle video devices family operating systems Linux. * Designing a video buffer that maintains a constant size of the recording. * Describe a method to transfer the video to a server automatically when the availability of a network fast enough to transmit video files using FTP. * Construct a video file from the raw data obtained from the webcam. {{ :ie0117_proyectos:final_2013:camberry_final:logos.png |}} [[teaching:ie0117:proyectos:2012:i:final_2013:camberry_final|Back to index]] [[teaching:ie0117:proyectos:2012:i:final_2013:camberry_final:intro|Previus section: Introduction]] [[teaching:ie0117:proyectos:2012:i:final_2013:camberry_final:impl|Next section: Implementation]]