3.1.18 snap10 - 15 Jan 2005
Development Release - not recommended for normal use
We are very interested in getting 3.1.18_snap10 tested by people with Netcams. We are also interested in hearing if framerates are improved during Motion detection.
Changes since 3.1.17
snap1
Removed the Berkeley mpeg feature (code commented out)
Implenmented first phase of the rotate patch. Need to fix the storage method for image height and width. PerJonsson is working on a phase 2 of the patch to ensure that changing height and width via xmlrpc is not changing the current width/height as this screws up a lot of malloc'ed memory. http://www.lavrsen.dk/twiki/bin/view/Motion/RotatePatch
snap3
Implemented phase 2 of the rotate patch
Added brightness patch options to motion-dist.conf
snap4
Added the new smart mask feature. It is working but it is still under development. It currently outputs an extra smart mask timelapse movie when the normal timelapse is enabled. This will be removed in the final version. http://www.lavrsen.dk/twiki/bin/view/Motion/PatchSmartMask
Added a new config option --without-optimizecpu which disables the CPU specific compiler optimizations introduced with the rotate phase 2 patch. The purpose of the new option is to enable a packager to build an RPM or deb package which is not tied to a specific CPU type.
Man page updated with the new brightness and smart mask options.
Configure help texts improved.
Added the pwc-10.0.5 version of pwc-ioctl.h.
Changing rotate, height and width via xmlrpc no longer affects the running program. The user can change the options and write them to the config files and then restart motion. This change is done because many internal data structures and memory allocations cannot handle change of image dimensions/size.
Fixed the problem with leading spaces of text_left and text_right getting lost when saving with xmlrpc. For text_left and text_right Motion now puts the string in quotation marks if the value starts with a leading space. http://www.lavrsen.dk/twiki/bin/view/Motion/BugReport2004x10x24x135840
snap5
Merged in the November 10th update of smartmask.
Started working on fixing the signed vs unsigned issue related to handling of images. The snap5 is created to get the developers in sync.
Changed a few image char definitions to unsigned char. Still many to fix.
snap7
Implemented the 15-Nov-2004 Smartmask patch which removed the smartmask debugging timelapse code and instead adds the smartmask info to the motion images and jpegs as red areas. Normal motion is shown in black and white (greytones). This concludes Joerg Webers smartmask feature. The patch is now in ReleasedSnapshot state for 3.1.18.
Removed the prediction feature from the code (commented out for now). This was done because feature was never completed, noone showed real interest to finish it and there was an almost silent acceptance when it was proposed on the Motion Mailing List.
Implemented Streaming Netcam Without Curl which enables connecting to network cameras both with single jpeg frame mode and streaming mjpeg mode. This enables much higher framerates with Netcams (by Christopher Price and Angel Carpintero). http://www.lavrsen.dk/twiki/bin/view/Motion/StreamingNetcamWithoutCurl
Changed the reporting of the changes of noise detection level so that it is only displayed in the console (daemon off) when the always_changes option is enabled. (Kenneth Lavrsen)
Changed the ffmpeg>0.4.8 = no mpeg1 gcc warning message so that it is clear to people that it is information and not an error message.
Next Steps
Testing for stability
Bugfix patches welcome
There is now Feature Freeze on 3.1.X - New features will be deferred to 3.2.1.
Targetting 3.1.18 release January 2005.
Known Problems
Motion Guide not yet updated - will wait until more patches are applied.
The pwc-ioctl.h is for pwc version 9.0.1 and 10.0.6. If you still use the pwc 8 series then you need to use the headerfile pwc-ioctl.h-pwc8.0 (copy the pwc-ioctl.h-pwc8.0 over pwc-ioctl.h). This is relevant for USB cameras using Philips chips.
I forgot to delete a small debug line in the code. It is a simple debug printf that only affects non-daemon mode.
It is easy to fix. Find the line in motion.c that says
printf("Here I am\n");
and delete it.
-- KennethLavrsen - 16 Jan 2005
There's a new patch against this snapshot that fixes some things ( netcam stuff ):
* Patch page
* Patch netcam-pre3
-- AngelCarpintero - 17 Jan 2005