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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size sensecam_discovery-2.2.1-py3-none-any.whl (5.0 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size sensecam_discovery-2.2.1.tar.gz (3.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for sensecam_discovery-2.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 250af55b22098c85bd85bc4cca16152a065431057d538e0dda6d8193b5b10128 |
|
MD5 | e8f224b3d30b13ecc96a17b4d4eb3195 |
|
BLAKE2-256 | a3efb08c4c86e7c40f2e228c2c957d0e86f6be3520889f018621d9064299f211 |