ONVIFCameraControl 1.0.6

Creator: railscoder56

Last updated:

Add to Cart

Description:

ONVIFCameraControl 1.0.6

ONVIFCameraControl
Python module for some basic Onvif camera control actions. List of available functions watch in code
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()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.