New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sensecam-discovery

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sensecam-discovery

A package to discover all onvif cameras on your network

  • 2.2.2
  • PyPI
  • Socket score

Maintainers
3

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)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc