Skip to main content

A package to discover all onvif cameras on your network

Project description

SenseCam Discovery - Camera Discovery Package

SenseCam Discovery is a Python tool that is used to discover all Onvif cameras available on a specific network. The purpose is to easily provide an accessible way to find out which IP each camera has, and then use this IP to get all information for this camera, such as hostname, manufacturer, model, firmware version, MAC address, hardware ID, all resolutions available, frame rate range, date, time and if it’s PTZ or not.

Installation

Install the package through pip:

pip install sensecam-discovery

Execution

To execute the command that discover all cameras:

import sensecam_discovery
sensecam_discovery.discover()

To execute the comand that shows information about the cameras:

from sensecam_discovery import Camera
camera = Camera(camera_ip, user, password)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sensecam_discovery-2.1.2.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

sensecam_discovery-2.1.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page