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:
- Host: 192.168.1.200
- Control Port: 107
- Results Port: 25250
- Trigger Command: "TRIGGER\r\n"
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.