Skip to content

parthiban-sivakumar/onvif-django-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onvif-python

Onvif django app for viewing camera device information, system date time, and system logs.

Requirements

  • Python 3.10+
  • Django 5.2.5
  • Other dependencies: see requirements.txt

Installation:

pip install django
pip install --upgrade onvif_zeep

Initial Setup

After cloning the repository and installing dependencies, set up the database:

Generate migration files

python manage.py makemigrations

Apply migrations to create tables

python manage.py migrate

Update

Got the finalist prize of Onvif Spotlight challenge for creating this app.

My submission : https://onvif-spotlight.bemyapp.com/#/projects/5b13e8c6b4e28a000442fb94

Prize announcement : https://www.onvif.org/blog/2018/07/onvif-challenge-announces-top-10/

About

Django(Python) app to connect to onvif cameras (onvif django client)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.6%
  • HTML 34.4%