zoom-kurokesu

Python Package for controlling the zoom of Kurokesu's camera.


Install
pip install zoom-kurokesu==1.1.0

Documentation

Zoom Kurokesu

Python library to pilote the dual zoom board controller from Kurokesu. Visit Kurokesu's website to get more information about its products.

Install:

pip install zoom_kurokesu

Use the library

Three positions are pre defined.

  • 'in': for close objects
  • 'out': for further objects
  • 'inter': in between the 'in' and 'out' positions

Because 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 to learn more or visit our forum if you have any questions.