A comprehensive GUI application for monitoring and managing IP cameras worldwide. The application provides multiple views including a map view, matrix view, and list view for efficient camera management.
This program was primarly created to prove a point about the insecureness of IP cameras. It's essentially Insecam but a desktop application, and better in some ways.
Source code: LINK (pls star :D)
Visualize camera locations on an interactive map with multiple viewing options.
Monitor multiple camera feeds simultaneously in a customizable grid layout.
Comprehensive camera management with detailed controls and information.
Flexible settings and easy setup for various deployment scenarios.
Download the latest version for your operating system:
* The large red buttons are latest versions!
macOS: (Currently ARM only, Intel coming soon.) Binary, you must accept the risk in system settings (google how)!
Windows: Exe, double click it!
Linux: Unix executable, chmod +x and ./(name here)!
Fixed issue where the size of the frame would move the UI elements to a place where you can't use them by making images be turned into a fixed size before they are rendered on the app, make the list view have a threaded status checker for the cameras and enhanced the visuals of the camera status check by making it us colors.
Fix python binary issue for macOS causing nothing to happen when the app is double clicked.
We may have needed that packge. (thats legit the only change oops)
We may have needed that packge. (thats legit the only change oops)
Added several features, fixed path permissions for all operating systems, make a basic system for documentation, and made a better solution for adding the icon to the tkinter window. Also slightly improved the matrix view allowing the user to define an arbitrary number of threads rather than a hardcoded value.
Fixed macOS file permission, added search to list view.