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.
Source Distribution
Built Distribution
Close
Hashes for sensecam_discovery-2.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b1476c4353c350f5ab45333e07e684b8ed5c9e811fc768cbfed9272f6e62422 |
|
MD5 | bbcbd85399986d707e34aea7559a456c |
|
BLAKE2b-256 | 235eaba55b1745568f90c658ce007dabc930e0db0a8a14e1b36b414d2c0f85c3 |