
Notified by email when this product becomes available
$1,495.00
Frequently Asked Questions
When programmed at the default frame rate of 27Hz, yes the EchoTherm is export controlled and can only be shipped to 6A003 b.4.b countries indicated below (subject to change). Please contact us for a 9Hz variant if your product needs to be exported to a country not listed.
Yes! The EchoTherm is designed and manufactured in the USA.
Each order includes the EchoTherm Module, a USB backplate and a USB Micro to JST GH 4 pin adapter cable.
The module features four M1.6 screw holes which can be used to mount the module. It is also acceptable to mount the module by clamping onto the front lens ring. In high-vibration environments, care should be taken to isolate the module from shock, as high levels of shock may cause dead pixels or other damange.
The EchoTherm is a USB device, and the software available at https://github.com/EchoMAV/EchoTherm-Daemon allows you to run a monitor service (daemon) which handles camera connectivity and directs the video output to a Video4Linux compatible device. Since V4L is used, it is easy to use common media toolsets such as gstreamer or ffmpeg to display, stream, record, etc. the video feed. The user application (echotherm) interacts with the daemon (echothermd) and allows you to change the shutter settings, color palettes and other settings in real-time.
Here is an example of how to stream the video using gstreamer:
gst-launch-1.0 v4l2src device={Device id} ! videoconvert ! x264enc tune=zerolatency speed-preset=ultrafast bitrate={Bitrate in Kbps} ! rtph264pay config-interval=1 pt=96 ! udpsink host={IP ADddress} port={Port} sync=false