Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix a segfault problem with the motionbuf arry in the detectmotion() function. | Koop Mast | 2010-10-27 | 1 | -6/+27 |
| | | | | | | | | | | | | | | | When using "pwcview -s svga -f 20 -k" * When pwcview sets the resolution to use, the V4L layer will reply with the actual resolution set. As close as possible to what pwcview requested. Fix a bug in main() that it uses the wrong size value, the resolution pwcview set instead of the size the V4L layer returned. Submitted by: Ivan Brawley <ivan@brawley.id.au> Approved by: hselasky@ (maintainer) Notes: svn path=/head/; revision=263647 | ||||
* | Add support for more resolutions. | Koop Mast | 2010-01-23 | 1 | -7/+41 |
| | | | | | | | | Submitted by: Jung-uk Kim <jkim@FreeBSD.org> Approved by: maintainer Notes: svn path=/head/; revision=248421 | ||||
* | An application that you can use to view the video stream of your webcam, alter | Koop Mast | 2010-01-16 | 1 | -0/+442 |
various settings of your webcam, take jpeg snapshots or output raw YUV420P data to stdout when motion is detected. Submitted by: Andrew Thompson <thompsa AT FreeBSD.org> Hans Petter Selasky <hselasky AT FreeBSD.org> Notes: svn path=/head/; revision=247993 |