Commit Graph

10 Commits

Author SHA1 Message Date
AngelCarpintero
6a125b1ac9 Added verbose messages for motion version, ffmpeg libs. Fix a broken compilation in FreeBSD 6.2 with fmpeg-2007-09-14. 2007-10-03 05:49:22 +00:00
AngelCarpintero
63ebe2da3e Fix compilation issue when DWITHOUT_V4L flag is used by passing --without-v4l to configure 2007-04-29 13:55:59 +00:00
AngelCarpintero
18c981e665 Big commit for V4L2, many things won't work but that's the only way to test them. Added experimental MJPEG support for V4L2 using libavcodec. Change the order of palettes, use V4L2_PIX_FMT_SBGGR8 ( bayer ) before than V4L2_PIX_FMT_SN9C10X ( that is compressed ). Add video standard support for bttv cards (VIDIOC_G_STD). Increased the number of buffers to use and the minumun for V4L2. Change the HAVE_V4L2 by MOTION_V4L2 as Kenneth reported .Add a info message in V4L to show the palette used that will made easier to add support for more palettes and handle problems. Increase the size of cnt->imgs.common_buffer that was only used by despeckle , now is used by MJPEG ( it will be reviewed ). 2007-01-18 02:35:34 +00:00
AngelCarpintero
619cad48f7 Merge V4L2 patch , seems that some distro with old kernels fails to compile , so a patch is needed in configure.in to find videodev2.h 2007-01-10 00:45:27 +00:00
KennethLavrsen
2dc47742d8 Andrew Hamilton suggested not using 'i' as
condition in a for loop. Wonder why. But if it 
causes a problem let us change it.
2006-06-27 06:40:11 +00:00
KennethLavrsen
5401dedc04 Fixed the .mpg .avi filename issue.
Change some unsafe use of sprintf to snprintf
http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2005x09x05x133031
http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2006x06x19x174238
2006-06-20 19:50:43 +00:00
KennethLavrsen
81af7d9295 Added some constants in video.c function v4l_picture_controls() which can help
people hack an optimal set of values for controlling auto brighness for their
particular camera. For now I am do not want to add all of these to the already
too large number of motion config options. Maybe based on feedback we can
permanently change the constants and add an additional auto brightness option.
Or maybe a combined option that sets more constant based on an algoritm.
(Kenneth Lavrsen)
http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2006x02x07x212816
2006-02-21 08:42:45 +00:00
AngelCarpintero
9ef350ae3f Costmetic changes done , removing not needed includes from many files , usually because they already includes motion.h that has already needed files included. 2006-01-24 05:30:47 +00:00
AngelCarpintero
09c436b68a * fix many typos in comments ( i ran aspell against the code ).
http://www.lavrsen.dk/twiki/bin/view/Motion/FixTypoInComments
2006-01-21 03:14:32 +00:00
root
5221670f09 Initial import 2005-12-27 08:54:39 +00:00