inflex / csi3005p

CircuitWorks CSI3005p PSU OSD for OBS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csi3005p

csi3005p - Circuit Specialists CSI3005p PSU OSD for OBS

Introduction

Designed to work for the CSI3005p from Circuit Specialists ( https://www.circuitspecialists.com/csi3005p.html ).

This is a simplified display program for linux, ideal for including in OpenBroadcaster for YouTube streams.

Requirements

You will require the SDL2 development lib in linux

Your linux kernel needs to support the USBTMC protocol, most reasonably modern kernels already have this.

Prerequisites

Build tools

apt install git build-essential libsdl2-dev

Source

git clone https://github.com/inflex/csi3005p

Build

cd csi3005p
make

Usage

Run from the command line

sudo ./csi3005p -p /dev/usbtmc2

About

CircuitWorks CSI3005p PSU OSD for OBS

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 91.2%Language:C++ 8.7%Language:Makefile 0.1%