motion
motion copied to clipboard
Motion, a software motion detector
This pull request provides SSE2 vectorized implementations of `alg_update_reference_frame()` and `alg_noise_tune()`. Profiling with Callgrind on my Atom server showed that the first was the most expensive single function call. Rewriting...
I saw this commit from 2 years ago never pulled into master. This feature is awesome.
The proper idiom for calculating an image's memory size from a pointer using `sizeof()` is: ``` c ptr = malloc(width * height * sizeof(*ptr)); ``` The sizeof() dereferences the pointer's...
The boundary string that separates each message-parts is same as one in Content-Type header. According to RFC, the boundary as message-part separator must be prefixed "--". http://www.w3.org/Protocols/rfc1341/7_2_Multipart.html In this reason...
I have found this useful for viewing the video files on phone and computer in the browser. Feel free to check out my web app for motion over at https://github.com/jameslporter/motionweb
Motions records perfectly for a good hour, producing great videos, performance is miles better than using HTTP for me with my cheap chinese IP cam, then, all of a sudden,...
I've been struggling to get the current master branch of motion working on Arch due to memory consumption eventually killing the device; requiring a hard reset to get things back...
I'd like to suggest integrating the [Cygwin patch](http://www.lavrsen.dk/foswiki/bin/view/Motion/CygwinPatch) into the mainline code using test macros like these: ``` #ifdef __CYGWIN__ // cygwin code #else // linux code #endif ``` using...
most Windows users would like to execute commands via `cmd.exe` instead of `/bin/sh`, so if Cygwin is detected i suggest to change line 47 in `event.c`: `execlp("cmd.exe", "cmd.exe", "/c", stamp,...
Makes a huge difference, I don't use motion without it :)