Metadata-Version: 2.1
Name: motorisedcameratracking
Version: 0.5.0.dev34
Summary: Used to create a tracking tripod head
Home-page: https://github.com/wDove1/motorisedcameratracking
Author: William Dove
Author-email: williamtdove@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7,<3.9
Description-Content-Type: text/markdown
Requires-Dist: cvlib
Requires-Dist: opencv-python
Requires-Dist: motorcontrollib

# Motorised-Camera-Tracking
A python library designed to create a tracking tripod head with the help of a raspberry pi and some 3D printed components.

## Installation 
This can be installed through pip with pip install motorisedcameratracking or the appropriate command on linux
## Usage
Can be used with the GUI
## Release Notes
0.5.0:
+ Limited tracking is now functional
+ The displacement can now be added to the images that are returned
+ there have been numerous changes to how the tracking works
+ crowded scenes should be somewhat handled now 
## Plans
add support for more cameras. 
## License
this is available under an apache v2.0 license.


