Controlling Zebra cameras with Python

Introduction

This is a dependency-free guide to controlling a Zebra FS or VS camera with Python.

Repository Link

Default Settings

These are the default settings for the camera:

Usage

The repository includes a CLI you can use to quickly control your camera from the terminal:


# Trigger the camera
python zebra -t
# Trigger the camera and save the image
python zebra -a
            

Disclaimer

Some of the code was generated using AI and reviewed by an expert human. It's recommended you review yourself before deploying to production.