Skip to main content

Simple camera controls.

Project description

ONVIFCameraControl

Python module for some basic Onvif camera control actions. List of available functions watch in: github.com/MikhaelMIEM/ONVIFCameraControl/code/ONVIFCameraControl

Installation

$ python3.7 -m pip install ONVIFCameraControl

Usage

from ONVIFCameraControl import ONVIFCameraControl
from time import sleep

cam = ONVIFCameraControl(("172.18.200.53", 80), "admin", "password")

ptz_velocity_vector = (1, 1, 1)
cam.move_continuous(ptz_velocity_vector)  
sleep(1)  
cam.stop()

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

ONVIFCameraControl-1.0.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

ONVIFCameraControl-1.0.3-py3-none-any.whl (5.4 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