Thu Jun 2 21:55:02 2022, Jon, Update, Cameras, FLIR Camera Setup 
|
The new FLIR A70 infrared camera has arrived. Tyler and I unpacked it in the lab yesterday. In less than an hour, we succeeded in powering it on and
connecting it to the lab network. We have assigned it the static IP address 192.168.1.6.
Online Configuration Portal
The FLIR camera can be configured, as well as stream live data, through a web browser interface. It can |
Fri Jun 3 13:03:33 2022, Jon, Update, Cameras, FLIR Camera Setup
|
Summary
I have installed the requisite software on chimay for interfacing the FLIR A70 camera in Python. There are two packages required from
FLIR:
Spinnaker SDK, which provides the low-level camera drivers and a C/C++ API.
|
Mon Jun 6 17:11:48 2022, Jon, Update, Cameras, FLIR Camera Setup 
|
Today I tested the Spinnaker/PySpin software installations (detailed in ELOG #4) with the FLIR
camera connected to chimay. It works!
Example codes
I was able to run several of the PySpin example codes. In particular, there is one which connects to the camera and streams |
Thu Jun 2 16:14:58 2022, Jon, HowTo, General, Custom conda environment on JupyterHub
|
| Cross-linking instructions: How to run a Jupyter notebook in your custom Conda environment |
Sun Apr 10 15:39:49 2022, Rutuja Gurav, HowTo, Computer Scripts/Programs, HowTo: Renew the Let's Encrypt SSL certificate using certbot
|
Port 80 is kept closed by default. This might be causing the certbot auto-renewal cronjob to fail. Therefore we must renew the certificate manually.
Step 1: Open port 80. (This is needed as the certificate renewal process runs some tests which requires client communication over |