Commit Graph

275 Commits

Author SHA1 Message Date
AngelCarpintero
aa09cc09df Better lost_connection flag , avoid to report false lost connection for netcams 2008-01-11 05:30:22 +00:00
DagErlandsson
4d5f9c805f Fixed so a preview image always is from saved images, even if we have minimum_motion_frames and a image is "better", but not within minimum_motion_frames. 2008-01-09 19:05:50 +00:00
AngelCarpintero
3c98046ffd Update pwc-ioctl.h to 10.0.10 2008-01-07 00:19:49 +00:00
AngelCarpintero
cc83166aec Mov format added to ffmpeg and little fix in ffmpeg to compare BUILD versions. 2008-01-06 19:03:49 +00:00
AngelCarpintero
61b508a267 Fix motion segfault for ffmpeg -r11071 and above http://www.lavrsen.dk/twiki/bin/view/Motion/SupportQuestion2007x12x29x175530 2008-01-06 01:55:46 +00:00
AngelCarpintero
2f12f17476 Remove unused variable switched 2007-12-30 19:13:28 +00:00
AngelCarpintero
5079156ea4 Replace numeric values of debug_level by defines and a note in motion.h to start fixing log system. 2007-12-30 16:20:43 +00:00
AngelCarpintero
f4c09c239c Netcam Keep-alive and HTTP/1.1 http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x01x22x231542 2007-12-25 08:30:05 +00:00
JoergWeber
5de830522d Remove debugging output. 2007-12-23 17:24:00 +00:00
JoergWeber
c8c641c6b8 Rate-limit reference frame at framerates above 5fps to save CPU and keep sensitivity at a constant level. 2007-12-23 14:50:17 +00:00
JoergWeber
c7e2d16e4f area_detect: small fix to respect minimum_motion_frames. 2007-12-22 09:36:28 +00:00
JoergWeber
57cb0c8efd improved description for option input 2007-12-20 11:17:53 +00:00
AngelCarpintero
291988fb69 Remove motion-help.conf.in and update configure 2007-12-04 16:12:26 +00:00
AngelCarpintero
f31f29425c Implemented http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x11x26x010755 2007-12-02 18:07:23 +00:00
AngelCarpintero
3b6d957fc0 Fix Fix http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x11x25x102808 2007-12-02 17:38:34 +00:00
AngelCarpintero
3ededa4dbd Added on_camera_lost to motion-dist.conf.in , fix back link for threads in http control 2007-12-02 17:04:28 +00:00
DagErlandsson
d4c0d499c3 in draw_text, removed a cast from const char* to char* 2007-12-02 16:53:28 +00:00
AngelCarpintero
40eabafc84 Change draw_text(), draw_textn() to get const char * instead of char *, fix a warning for event_camera_lost(). 2007-12-02 16:31:59 +00:00
AngelCarpintero
a8abaed550 Complete http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x11x19x181541 with help text 2007-12-02 16:06:49 +00:00
DagErlandsson
b16ddd32ed Added watchdog, camera lost event, Retry connect camera, improved thread handling. See http://www.lavrsen.dk/twiki/bin/view/Motion/WatchdogAndThreadPatch for more details. 2007-12-02 15:25:49 +00:00
KennethLavrsen
b6477fc3dc http control help
The http://www.lavrsen.dk/twiki/bin/view/Motion/MotionGuideAlphabeticalOptionReferenceManual
is a document that suit better and is faster to load.
2007-12-02 15:13:04 +00:00
AngelCarpintero
6369eed77f Change http control according with http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x11x19x181541, not implemented yet text help but link to Twiki. 2007-12-02 03:55:35 +00:00
AngelCarpintero
94eafefb2a Fix debug_level declaration error 2007-11-25 05:13:43 +00:00
AngelCarpintero
ad29d36477 Continue changing int types and fix some default values in motion-dist 2007-11-24 21:24:01 +00:00
AngelCarpintero
e0eaf88040 Increase buffer size in webhttpd to allow a longer host size. Added latest stable version of pwc-ioctl.h. Change int types values for track also changing motion man page. 2007-11-24 10:47:13 +00:00
AngelCarpintero
68258b5319 Update CHANGELOG and CREDITS , minor changes in variable types and webhttpd.c 2007-11-23 16:33:54 +00:00
AngelCarpintero
97c586d097 Replace types short unsigned int by unsigned short int, start changing types in conf.c / conf.h not hurting yet ;-), Fix warning in video2.c , changed buffer size and fix track response values and select box. 2007-11-23 13:30:02 +00:00
AngelCarpintero
c18de26970 Fix motion_log() message on write file, resize static buffers in webhttpd 2007-11-22 15:47:03 +00:00
AngelCarpintero
eb9751868b Fixed a problem with parameters that contains number like v4l2_palette 2007-11-22 10:40:49 +00:00
AngelCarpintero
215cf622e3 Implement missing funcionality in http://www.lavrsen.dk/twiki/bin/view/Motion/FeatureRequest2007x11x19x181541 2007-11-22 10:04:33 +00:00
AngelCarpintero
b4600bebcf Added to distclean in Makefile.in all conf files and spec file to be removed 2007-11-22 09:35:15 +00:00
AngelCarpintero
a85743b608 Remove conf files that are managed by configure to add name and version 2007-11-22 09:29:11 +00:00
AngelCarpintero
8ec2fb7a87 Fix a warning in webcam.c when closing socket and setup_mode is on. Change configure adding PACKAGE_NAME, PACKAGE_VERSION , DOC_DIR. Add all conf files to configure to add PACKAGE_NAME, PACKAGE_VERSION automatically 2007-11-22 09:26:24 +00:00
AngelCarpintero
69b3066f3b Fix http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x10x27x150419 , segfault on x86_64 2007-11-20 12:02:02 +00:00
AngelCarpintero
57e2725249 Fix a warning in FreeBSD refinition of HAVE_STDLIB_H 2007-11-20 11:54:24 +00:00
AngelCarpintero
ec3450f42c Choose palette patch http://www.lavrsen.dk/twiki/bin/view/Motion/VideoForLinuxTwoDiscussion, maybe it needs some work for usability but i think is good enough for let user test. 2007-11-19 03:22:42 +00:00
AngelCarpintero
d0489e7ea0 Small fixes in conf , motion-dist.conf 2007-11-17 23:04:31 +00:00
AngelCarpintero
81cadf0b49 Fix pid file passed from command like , because it was overwriten by motion.conf value, remove nochild conf value because was not used at all. 2007-11-15 08:42:37 +00:00
AngelCarpintero
230b21d2fd More fixes in motion man page and little fix to avoid a message of motion start when motion -h is run 2007-11-15 07:24:37 +00:00
AngelCarpintero
17cc5d6868 Set default value to localhost for pgsql_host, remove uneeded include , get size of int types in configure. 2007-11-15 04:56:47 +00:00
AngelCarpintero
bb4959005f Update version and latest changes from 3.2.9 for motion guide 2007-11-15 02:54:06 +00:00
AngelCarpintero
d56c275434 Fixed http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2007x10x23x093651 2007-11-15 02:32:28 +00:00
AngelCarpintero
7c12cb3147 Fix motion.1 and motion-dist.conf according with changes in 3.2.9 2007-11-15 02:03:50 +00:00
AngelCarpintero
2ca86d49eb Fix a minor issue in thread4.conf and initialize ret in check_authentication() 2007-11-12 06:18:11 +00:00
AngelCarpintero
c634fb3b1b Added a new flag main_thread to config_param to determine which parameter only belongs to main thread ( i.ex daemon, control_port, etc ... ). Improve http control variables replacing int by short unsinged int, show only available parameters in thread determined by main_thread flag, fix errors in boolean values shown in dropbox and move href back link to top left of pages. 2007-11-12 02:30:22 +00:00
AngelCarpintero
b007cdd809 Update version and correct netcam_url text 2007-11-11 02:19:55 +00:00
AngelCarpintero
0c239a1edc Added help in http control and fix a warning in ffmpeg.c 2007-11-10 23:30:01 +00:00
JoergWeber
8885b51b87 Small micro-lightswitch modification. Removal of ref frame debug options. 2007-11-09 10:43:52 +00:00
DagErlandsson
d9f4f69791 Fix several issues when using output_all:
Start movie record (if configured)
Save preview (if configured) if there isn't any image with motion.
area_detect is now only sent if there is motion.
2007-11-08 20:28:56 +00:00
JoergWeber
edff791c06 area_detect feature added. 2007-11-07 13:47:33 +00:00