GigE Camera Python Software Ported from LLO

This documents usage of Joe Betzweiser's SnapPy code for programatically controlling the GigE cameras (digital feeds, ability to save videos). The original code has been modified by Jon Richardson to use the "official" Python wrapping of the Basler Pylon5 C++ API, PyPylon.

The code is currently running only on rossa, but will eventually be implemented on every controls machine. It uses a client/server model in which the "server" Python process hosts a UDP video stream accessible to "client" Python processes via gstreamer.

Usage

1. Start the server:

2. Start the video stream client:

OR

Source Code

The source code can be cloned from: https://git.ligo.org/40m/GigE

Please push any new development back to this repo.

Electronics/GigE_Cameras (last edited 2018-06-27 00:30:09 by JonathanrichardsonATligoDOTorg)