Quick Start Guide¶
The goal of this quick start guide is to connect the EchoTherm module to a host desktop Linux system and demonstrate a video feed.
Info
These instructions were developed and tested on an Ubuntu 22.04 LTS physical machine with a monitor. This guide is not meant for headless embedded systems, it is intended to provide a real-time display.
Prerequisites¶
You system must have git and build-essential packages (most likely already installed)
Quick Start Steps¶
- Clone the repo and run the install script
3. Run the echotherm damon 3. Plug in the EchoTherm Module via the provided USB cable and USB backplate. 4. List your VideoForLinux devices to identify the camera endpoint:
Note
Take note of the device endpoint (e.g. /dev/video0) and use it in the next step as {Device id}. Depending on your machine setup, the device may be called >Dummy video device or EchoTherm Loopback device
- View the video on your desktop:
- In another terminal window, use the
echothermapp to change camera settings, e.g. to change the color palette:
Congrats! You now have a functional camera. For more software details, visit the EchoTherm-Daemon Repo and/or continue reading these docs.