Python application for browsing and watching images from cctv cameras. Fronted based on django, backend writen as django-python scripts using mencoder and flvtool2.
PassionateAngler/Argos
github
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Sorry but only documentation for this application is The Code, of course it will change in nearest future;) This application were created for purpose of browsing images which comes from ip-cameras. There is a bunch of scripts in moviemaker/bin for managing entries about images and movies from all cameras. Every Camera object in db holds information about image file and time of creation of this image. ImageFiles are periodical (or on demand) cached into .flv movie files. Information about this movies are hold in MovieCacheFile db objects. For more information please examine: moviemaker/urls.py moviemaker/models.py moviemaker/views.py Please take under consideration that this app is still in development:)
About
Python application for browsing and watching images from cctv cameras. Fronted based on django, backend writen as django-python scripts using mencoder and flvtool2.