Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pollen-robotics/zoom_kurokesu
Python package for optical lens piloting.
https://github.com/pollen-robotics/zoom_kurokesu
Last synced: 3 months ago
JSON representation
Python package for optical lens piloting.
- Host: GitHub
- URL: https://github.com/pollen-robotics/zoom_kurokesu
- Owner: pollen-robotics
- Created: 2021-02-18T10:48:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-02T08:58:01.000Z (over 2 years ago)
- Last Synced: 2024-09-22T13:05:02.354Z (4 months ago)
- Language: Python
- Size: 2.82 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoom Kurokesu
Python library to pilote the dual zoom board controller from Kurokesu. Visit [Kurokesu's website](https://www.kurokesu.com/home/) to get more information about its products.
Install:
```bash
pip install zoom_kurokesu
```## Use the library
You can get/set either the zoom or focus of both cameras.
There is also three pre defined positions.
- 'in': for close objects
- 'out': for further objects
- 'inter': in between the 'in' and 'out' positionsBecause each predined position is relative to the starting position, you **must perform a homing sequence** before sending other commands.
The motors speed can also be changed with this library.
Check the *Demo.ipynb* notebook for use case example and more info.
---
Visit [pollen-robotics.com](https://pollen-robotics.com) to learn more or visit [our forum](https://forum.pollen-robotics.com) if you have any questions.