Skip to content

A python library for PTZ Control of Logitech PTZ Pro 2 Camera

License

Notifications You must be signed in to change notification settings

ntlm1686/PyPTZPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPTZPro

A python library for PTZ Control of Logitech PTZ Pro 2 Camera

Install

pip install hidapi # install dependency

git clone https://github.com/ntlm1686/PyPTZPro.git
cd PyPTZPro
pip install .

Usage

import ptzpro

device = ptzpro.PTZPro()

device.pan_right() # Pan right operation

About

A python library for PTZ Control of Logitech PTZ Pro 2 Camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages