]> rtime.felk.cvut.cz Git - v4l-streaming.git/blob - READ_ME.txt
Initial commit
[v4l-streaming.git] / READ_ME.txt
1
2 This File serves as instruction to compile the grab application.
3
4
5 REQUIREMENTS
6
7         driver:
8                 ov51x-jpeg-1.5.9
9
10
11         library: 
12                 - ffmpeg  library
13                 - avcodec library
14                 - avformat library
15
16         You must download packages :
17                 ffmpeg
18                 libavcodec
19                 libavdevice
20                 libavformat
21         
22         and their header files:
23                 libavcodec-dev
24                 libavdevice-dev
25                 libavformat-dev
26                         
27         
28
29 INSTALL
30         
31         1.change directory to the "grab_ap"
32         2.make
33         
34
35 BEFORE RUN APPLICATION
36
37         Application has two switches:
38
39                 '-d'  specify video device  e.g "-d /dev/video1". Defualt is "/dev/video0"
40                 '-f'    specify frame count "-f 5000". Default is 300.
41
42 RUN 
43
44         Examples:
45
46                 ./grab_mpeg    ->   then will be captured 300 frames on the device "/dev/video0"
47                 ./grab_mpeg -f 5000 -d /dev/video1      ->  then will be captured 5000 frames on the device "/dev/video1"
48
49
50 DELETE BINARY FILE
51
52         make clean