This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
raspberryspy [2013/12/28 08:50] donpdonp |
raspberryspy [2014/09/30 19:20] donpdonp |
||
---|---|---|---|
Line 5: | Line 5: | ||
missing: daemon to take frames from webcam, encode into an open video codec, and send over network. | missing: daemon to take frames from webcam, encode into an open video codec, and send over network. | ||
+ | |||
+ | # Raw webcam speed (Sep 2014) | ||
+ | |||
+ | grab frames with http:// | ||
+ | |||
+ | $ time sudo ./a.out -c 100 -u | ||
+ | .................................................................................................... | ||
+ | | ||
+ | real 0m7.236s | ||
+ | |||
+ | 14 frames/sec 1280x720 | ||
+ | |||