🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

genx-ai-camera-panel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genx-ai-camera-panel

Camera management for GenX AI

2.2.0
PyPI
Maintainers
1

GenX AI Cameras Management System

Overview

A comprehensive system for managing security cameras with advanced features for pull push camera streams.

Build

  • pip install nuitka
  • cd PROJECT_DIR/src/
  • To build the executable, run the following command:
nuitka --standalone --onefile --remove-output \
   --output-dir=../build/ \
   --include-data-dir=genx_ai_camera_panel/resources=genx_ai_camera_panel/resources \
   --include-data-dir=genx_ai_camera_panel/scripts=genx_ai_camera_panel/scripts \
   --include-data-dir=genx_ai_camera_panel/service=genx_ai_camera_panel/service \
   --include-data-dir=genx_ai_camera_panel/static=genx_ai_camera_panel/static \
   --include-data-dir=onvif/wsdl=onvif/wsdl \
   --include-package=genx_ai_camera_panel \
   genx_ai_camera_panel/main.py

Installation

  • Open terminal and navigate to the built executable directory
  • Run the executable file sudo ./main.bin listen OR if you want to run the service in the background sudo ./main.bin install

Usage

  • Access the system through your web browser at http://localhost:3000
  • Log in with your credentials
  • Navigate through the dashboard to manage cameras

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts