-added the conf open option to the file menu.
-added /installers to the git ignore file so the large installer
files don't get included in the git repo.
-the build script will no longer include libc because it doesn't
need it and having it was causing seg faults on the deployed app.
-releasing to main.
-changed the app name to JustMotion to match the git repository.
-changed the build system away from cmake to qmake now that the
app doesn't depend on openCV.
-changed the build/install scripts to python based scripts which
now includes the ability create an installer.
-removed the web interface. this project will instead continue to
focus on backend operations. external applications can interface
with the buf/rec directories to provide frontend operations.
-removed the magick binary file from the project. magick will
instead be built from source on the target machine for maximum
support for the target architecture.
-stream codec and format are now user configurable.
-recording thumbnail and video formats are now user configurable.
The Qt approach to grabbing frames from the live stream was also
a failure.
- decided to switch to a combination ffmpeg and imagemagic was
external commands to do motion detection. this approach
elimates the need for opencv altogeather so it was removed
from the project. system resource usage appears to be decent
and perhaps better than opencv.
Turned off caching for all web interface pages. Opencv will no longer be
compiled from source as part the setup.sh script, instead the
libopencv-dev package will be installed.
created setup, build and install scripts to make it easier and
convenient to compile and install the application from source. no plans
distribute pre-compiled binaries because it's just so much easier to
guarantee the application will actually work in the target machine when
compiled by the target machine.